Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robfig/soy
Go implementation for Soy templates (Google Closure templates)
https://github.com/robfig/soy
Last synced: 3 days ago
JSON representation
Go implementation for Soy templates (Google Closure templates)
- Host: GitHub
- URL: https://github.com/robfig/soy
- Owner: robfig
- License: mit
- Created: 2013-12-15T01:14:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T17:16:59.000Z (10 months ago)
- Last Synced: 2025-01-04T04:13:01.302Z (7 days ago)
- Language: Go
- Size: 1.03 MB
- Stars: 172
- Watchers: 14
- Forks: 41
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - Soy - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/). (Template Engines / HTTP Clients)
- zero-alloc-awesome-go - Soy - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/). (Template Engines / HTTP Clients)
- awesome-cobol - Soy - Closure templates (aka Soy templates) for Cobol, following the [official spec](https://developers.cobologle.com/closure/templates/) (Template Engines / Middlewares)
- awesome-go - soy - Go implementation for Soy templates (Google Closure templates) - ★ 132 (Template Engines)
- awesome-go-extra - soy - 12-15T01:14:48Z|2022-04-06T21:12:18Z| (Template Engines / HTTP Clients)
README
# soy
[![GoDoc](http://godoc.org/github.com/robfig/soy?status.png)](http://godoc.org/github.com/robfig/soy)
[![Build Status](https://github.com/robfig/soy/actions/workflows/go.yaml/badge.svg?query=branch%3Amaster)](https://github.com/robfig/soy/actions/workflows/go.yaml?query=branch%3Amaster)
[![Go Report Card](https://goreportcard.com/badge/robfig/soy)](https://goreportcard.com/report/robfig/soy)Go implementation for Soy templates aka [Google Closure
Templates](https://github.com/google/closure-templates). See
[godoc](http://godoc.org/github.com/robfig/soy) 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.