package
0.0.0-20160127021637-02c50cec15a5
Repository: https://github.com/driusan/gowebapp.git
Documentation: pkg.go.dev
# README
ListApp
This is a demonstration of a simple sqlite backed list application.
A GET request will show all items in the sqlite database, a POST request will add to it and respond with a 303 See Other.
You'll have to:
go get github.com/mattn/go-sqlite3
before you can use this