From 74410582de7509da63a54547a00d23e1a9efe675 Mon Sep 17 00:00:00 2001 From: foolin Date: Thu, 9 May 2019 15:18:37 +0800 Subject: [PATCH] Update README.md (#2509) add goview library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 664fb507..a19ee6d6 100644 --- a/README.md +++ b/README.md @@ -1375,6 +1375,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [extemplate](https://github.com/dannyvankooten/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](http://golang.org/pkg/text/template/). * [gofpdf](https://github.com/jung-kurt/gofpdf) - PDF document generator with high level support for text, drawing and images. +* [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. * [jet](https://github.com/CloudyKit/jet) - Jet template engine. * [kasia.go](https://github.com/ziutek/kasia.go) - Templating system for HTML and other text documents - go implementation.