Unicornus is a simple library for building HTML forms in Go.
Get started
Install
go get github.com/inkmi/unicornus
Idea
The idea of Unicornus is to combine a data model in Go described as structs with validation tags
with a description of the form layout in Go to render an HTML form.