Easily build HTML tags in Go! This package is especially useful when using http://gobuffalo.io.
Tags has a minimum Go dependency of 1.12.0 and is being actively tested against go 1.12 and 1.13.
To get this lib just get it via go get
go get github.com/gobuffalo/tags/...
In order to run the tests you can execute:
go test ./...--race
Documentation is currently in this repository Wiki, you can find there instructions on how to use tags within your app.
If you want to contribute, please read this article first: Contributing to Open Source Git Repositories in Go. It shows how to configure your git environment to avoid common pitfalls. This article is recommended to all those who are looking to contribute to any Go projects.
^ Taken from gobuffalo.io