Skip to content

Latest commit

 

History

History

tinytodo-go

TinyTodo-Go

This is a Go implementation of TinyTodo.

It relies on cedar-go.

Usage

TinyTodo-Go's usage is similar to TinyTodo - you are encouraged to use an identical Python CLI tool to interact with the HTTP REST APIs offered by TinyTodo-Go (which are identical to the APIs offered by TinyTodo).

To run with logging, set the environment variable GO_LOG to level info:

> GO_LOG=info python -i tinytodo.py

See TinyTodo's README for more information.

Build

You need Python3 and Go (1.22 or later).

See TinyTodo's README for more information.

Comparison with TinyTodo

TinyTodo-Go relies on v0.3.2 of cedar-go. Refer to this README to learn about the features that cedar-go is missing in comparison to cedar.