File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- soy
2
- ===
3
-
4
- Go implementation for Soy templates (Google Closure templates). See [ the godoc] ( http://godoc.org/github.com/robfig/soy )
1
+ # soy
5
2
6
3
[ ![ GoDoc] ( http://godoc.org/github.com/robfig/soy?status.png )] ( http://godoc.org/github.com/robfig/soy )
7
4
[ ![ Build Status] ( https://travis-ci.org/robfig/soy.png?branch=master )] ( https://travis-ci.org/robfig/soy )
8
5
[ ![ Go Report Card] ( https://goreportcard.com/badge/robfig/soy )] ( https://goreportcard.com/report/robfig/soy )
9
6
7
+ Go implementation for Soy templates aka [ Google Closure
8
+ Templates] ( https://github.com/google/closure-templates ) . See
9
+ [ godoc] ( http://godoc.org/github.com/robfig/soy ) for more details and usage
10
+ examples.
11
+
10
12
This project requires Go 1.12 or higher due to one of the transitive
11
13
dependencies requires it as a minimum version; otherwise, Go 1.11 would
12
14
suffice for ` go mod ` support.
You can’t perform that action at this time.
0 commit comments