Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 859 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 859 Bytes

soy

This is a fork of https://github.com/robfig/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.