robfig / soy

Go implementation for Soy templates (Google Closure templates)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Go implementation for Soy templates (Google Closure templates)

License:MIT License


Languages

Language:Go 71.4%Language:JavaScript 28.6%