Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 905 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 905 Bytes

soy

GoDoc Build Status Go Report Card

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.