Soy
Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/)
About Soy
soy
Go implementation for Soy templates aka Google Closure Templates. See godoc for more details and usage examples.
This project requires Go 1.12 or higher due to one of the transitive
dependencies requires it as a minimum version; otherwise, Go 1.11 would
suffice for go mod support.
Be sure to set the env var GO111MODULE=on to use the go mod dependency
versioning when building and testing this project.
Frequently Asked Questions
What is Soy?
Soy is a Template Engines library for the Go programming language. Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/)
How do I install Soy?
Install Soy with the Go module system using `go get robfig/soy`. Check the repository for the current installation instructions.
What category does Soy belong to?
Soy is listed under Template Engines, specifically Template Engines.