Go library and framework (GOLF)
This is a series of packages to help create web applications in Go.
Installation
go get github.com/mariusfa/golf
Packages
Examples
Examples can be found in the repo github.com/mariusfa/golf-examples
Development
Compile and test:
go test ./...
Format code:
go fmt ./...
Versioning
For the moment the versioning is using running minor versions independent of breaking changes or not.
When the repo is more stable and mature, it will be switched to semantic versioning.