Adding GoT (#4039)

This commit is contained in:
Shannon 2022-02-10 02:29:10 -08:00 committed by GitHub
parent 5d43be6ba2
commit 74c884118c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1998,6 +1998,7 @@ _Libraries and tools for templating and lexing._
- [fasttemplate](https://github.com/valyala/fasttemplate) - Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](https://golang.org/pkg/text/template/). - [fasttemplate](https://github.com/valyala/fasttemplate) - Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](https://golang.org/pkg/text/template/).
- [gofpdf](https://github.com/jung-kurt/gofpdf) - PDF document generator with high level support for text, drawing and images. - [gofpdf](https://github.com/jung-kurt/gofpdf) - PDF document generator with high level support for text, drawing and images.
- [gospin](https://github.com/m1/gospin) - Article spinning and spintax/spinning syntax engine, useful for A/B, testing pieces of text/articles and creating more natural conversations. - [gospin](https://github.com/m1/gospin) - Article spinning and spintax/spinning syntax engine, useful for A/B, testing pieces of text/articles and creating more natural conversations.
- [got](https://github.com/goradd/got) - A Go code generator inspired by Hero and Fasttemplate. Has include files, custom tag definitions, injected Go code, language translation, and more.
- [goview](https://github.com/foolin/goview) - Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application. - [goview](https://github.com/foolin/goview) - Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application.
- [hero](https://github.com/shiyanhui/hero) - Hero is a handy, fast and powerful go template engine. - [hero](https://github.com/shiyanhui/hero) - Hero is a handy, fast and powerful go template engine.
- [jet](https://github.com/CloudyKit/jet) - Jet template engine. - [jet](https://github.com/CloudyKit/jet) - Jet template engine.