Go Web Framework 🌲
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