Go Web Framework ๐ฒ
https://github.com/gschier/hemlock.git
Hemlock is a web application framework for Go 1.9 or newer.
This project is still in the proof-of-concept phase so no peeking! ๐๐
go get github.com/gschier/hemlock
Create a new application in desired folder
hemlock new path/to/my/app
Build and run the sample app
hemlock serve --watch path/to/my/app