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
- Host: GitHub
- URL: https://github.com/dcoxall/go-todo
- Owner: dcoxall
- License: mit
- Created: 2014-12-10T22:35:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T21:52:55.000Z (over 11 years ago)
- Last Synced: 2025-03-04T17:38:32.328Z (over 1 year ago)
- Language: Go
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go todo
=======
[](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