An open API service indexing awesome lists of open source software.

https://github.com/dcoxall/go-todo

An example go web application with accompanying tests
https://github.com/dcoxall/go-todo

Last synced: 10 months ago
JSON representation

An example go web application with accompanying tests

Awesome Lists containing this project

README

          

go todo
=======

[![Build Status](https://travis-ci.org/dcoxall/go-todo.svg?branch=master)](https://travis-ci.org/dcoxall/go-todo)

Go todo is an example project to help me learn how to follow correctly test and
develop a Go web application.

To run the test suite:

$ fig run app make