Hi! you could use the standard library, take a look at
https://golang.org/pkg/net/http and https://golang.org/pkg/html/template/
packages, should be enough with them. It looks like an embedded database
fits for your use case, you could use https://github.com/dgraph-io/badger
or SQLite if you prefer relational databases

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to