mirror of
https://github.com/avelino/awesome-go.git
synced 2026-04-11 14:21:47 +08:00
Add boxesandglue/bagme - HTML/CSS to PDF with TeX-quality typesetting (#6147)
* Add boxesandglue/bagme - HTML/CSS to PDF with TeX-quality typesetting * Remove extemplate The page gives a 404 error
This commit is contained in:
parent
e8ef1b3195
commit
1acc8b6ed0
@ -2439,8 +2439,8 @@ _Libraries and tools for stream processing and reactive programming._
|
||||
|
||||
_Libraries and tools for templating and lexing._
|
||||
|
||||
- [bagme](https://github.com/boxesandglue/bagme) - HTML/CSS to PDF rendering with TeX-quality typesetting in pure Go.
|
||||
- [ego](https://github.com/benbjohnson/ego) - Lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled.
|
||||
- [extemplate](https://git.sr.ht/~dvko/extemplate) - Tiny wrapper around html/template to allow for easy file-based template inheritance.
|
||||
- [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/).
|
||||
- [gomponents](https://www.gomponents.com) - HTML 5 components in pure Go, that look something like this: `func(name string) g.Node { return Div(Class("headline"), g.Textf("Hi %v!", name)) }`.
|
||||
- [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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user