mirror of
https://github.com/yinggaozhen/awesome-go-cn.git
synced 2025-09-21 03:37:14 +08:00
Compare commits
1 Commits
actions-81
...
actions-81
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6280c8e0ca |
12
README.md
12
README.md
@@ -7,7 +7,7 @@
|
||||
[Archived]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.2.1/docs/archived.svg "项目已归档"
|
||||
[GoDoc]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.3.0/docs/DOC.svg "godoc文档地址"
|
||||
|
||||
**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2022-03-14 07:16:20(每隔1天同步一次)**
|
||||
**此项目是 [awesome-go](https://awesome-go.com/) 中文版,最后一次同步时间 : 2022-03-07 07:15:52(每隔1天同步一次)**
|
||||
|
||||
[](README_EN.md) [](https://travis-ci.org/avelino/awesome-go) [](https://github.com/sindresorhus/awesome) [](http://gophers.slack.com/messages/awesome) [](https://app.netlify.com/sites/awesome-go/deploys)
|
||||
|
||||
@@ -93,7 +93,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
|
||||
> _If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!_
|
||||
|
||||
## 内容
|
||||
**内容:* (翻译出错了? 试试 [英文版](README_EN.md#awesome-go) 吧~)*
|
||||
|
||||
- [Awesome Go](#awesome-go)
|
||||
- [音频和音乐](#音频和音乐)
|
||||
@@ -195,7 +195,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
- [网站](#网站)
|
||||
- [教程](#教程)
|
||||
|
||||
**(⬆回到顶部)(#内容)* (翻译出错了? 试试 [英文版](README_EN.md#contents) 吧~)*
|
||||
**(⬆回到顶部)(#内容)* (翻译出错了? 试试 [英文版](README_EN.md#awesome-go) 吧~)*
|
||||
|
||||
## 音频和音乐
|
||||
|
||||
@@ -2032,6 +2032,7 @@ _Libraries and tools for templating and lexing._
|
||||
|
||||
- [ace](https://github.com/yosssi/ace) - Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold.
|
||||
- [amber](https://github.com/eknkc/amber) - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade.
|
||||
- [damsel](https://github.com/dskinner/damsel) - Markup language featuring html outlining via css-selectors, extensible via pkg html/template and others.
|
||||
- [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://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](https://golang.org/pkg/text/template/).
|
||||
@@ -2041,8 +2042,10 @@ _Libraries and tools for templating and lexing._
|
||||
- [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.
|
||||
- [liquid](https://github.com/osteele/liquid) - Go implementation of Shopify Liquid templates.
|
||||
- [maroto](https://github.com/johnfercher/maroto) - A maroto way to create PDFs. Maroto is inspired in Bootstrap and uses gofpdf. Fast and simple.
|
||||
- [mustache](https://github.com/hoisie/mustache) - Go implementation of the Mustache template language.
|
||||
- [pongo2](https://github.com/flosch/pongo2) - Django-like template-engine for Go.
|
||||
- [quicktemplate](https://github.com/valyala/quicktemplate) - Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it.
|
||||
- [raymond](https://github.com/aymerick/raymond) - Complete handlebars implementation in Go.
|
||||
@@ -2050,6 +2053,7 @@ _Libraries and tools for templating and lexing._
|
||||
- [Soy](https://github.com/robfig/soy) - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/).
|
||||
- [sprig](https://github.com/Masterminds/sprig) - Useful template functions for Go templates.
|
||||
- [tbd](https://github.com/lucasepe/tbd) - A really simple way to create text templates with placeholders - exposes extra builtin Git repo metadata.
|
||||
- [velvet](https://github.com/gobuffalo/velvet) - Complete handlebars implementation in Go.
|
||||
|
||||
**(⬆回到顶部)(#内容)* (翻译出错了? 试试 [英文版](README_EN.md#template-engines) 吧~)*
|
||||
|
||||
@@ -2658,7 +2662,6 @@ _Full stack web frameworks._
|
||||
- [chi](https://github.com/go-chi/chi) - Small, fast and expressive HTTP router built on net/context.
|
||||
- [fasthttprouter](https://github.com/buaazp/fasthttprouter) - High performance router forked from `httprouter`. The first router fit for `fasthttp`.
|
||||
- [FastRouter](https://github.com/razonyang/fastrouter) - a fast, flexible HTTP router written in Go.
|
||||
- [goblin](https://github.com/bmf-san/goblin) - A golang http router based on trie tree.
|
||||
- [gocraft/web](https://github.com/gocraft/web) - Mux and middleware package in Go.
|
||||
- [Goji](https://github.com/goji/goji) - Goji is a minimalistic and flexible HTTP request multiplexer with support for `net/context`.
|
||||
- [goroute](https://github.com/goroute/route) - Simple yet powerful HTTP request multiplexer.
|
||||
@@ -2806,7 +2809,6 @@ _Plugin for text editors and IDEs._
|
||||
- [go-swagger](https://github.com/go-swagger/go-swagger) - Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API.
|
||||
- [godbg](https://github.com/tylerwince/godbg) - Implementation of Rusts `dbg!` macro for quick and easy debugging during development.
|
||||
- [gomodrun](https://github.com/dustinblackman/gomodrun/) - Go tool that executes and caches binaries included in go.mod files.
|
||||
- [gotestdox](https://github.com/bitfield/gotestdox) - Show Go test results as readable sentences.
|
||||
- [gothanks](https://github.com/psampaz/gothanks) - GoThanks automatically stars your go.mod github dependencies, sending this way some love to their maintainers.
|
||||
- [igo](https://github.com/rocketlaunchr/igo) - An igo to go transpiler (new language features for Go language!)
|
||||
- [modver](https://github.com/bobg/modver) - Compare two versions of a Go module to check the version-number change required (major, minor, or patchlevel), according to [semver](https://semver.org/) rules.
|
||||
|
10
README_EN.md
10
README_EN.md
@@ -7,7 +7,7 @@
|
||||
[Archived]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.2.1/docs/archived.svg "The project has been archived"
|
||||
[GoDoc]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.3.0/docs/DOC.svg "godoc document links"
|
||||
|
||||
**This project is [awesome-go](https://awesome-go.com/) Chinese version, last sync time : 2022-03-14 07:16:22(Synchronize every day)**
|
||||
**This project is [awesome-go](https://awesome-go.com/) Chinese version, last sync time : 2022-03-07 07:15:53(Synchronize every day)**
|
||||
|
||||
[](README.md) [](https://travis-ci.org/avelino/awesome-go) [](https://github.com/sindresorhus/awesome) [](http://gophers.slack.com/messages/awesome) [](https://app.netlify.com/sites/awesome-go/deploys)
|
||||
|
||||
@@ -93,7 +93,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
|
||||
> _If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!_
|
||||
|
||||
## Contents
|
||||
**Contents:**
|
||||
|
||||
- [Awesome Go](#awesome-go)
|
||||
- [Audio and Music](#audio-and-music)
|
||||
@@ -2032,6 +2032,7 @@ _Libraries and tools for templating and lexing._
|
||||
|
||||
- [ace](https://github.com/yosssi/ace) - Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold.
|
||||
- [amber](https://github.com/eknkc/amber) - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade.
|
||||
- [damsel](https://github.com/dskinner/damsel) - Markup language featuring html outlining via css-selectors, extensible via pkg html/template and others.
|
||||
- [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://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](https://golang.org/pkg/text/template/).
|
||||
@@ -2041,8 +2042,10 @@ _Libraries and tools for templating and lexing._
|
||||
- [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.
|
||||
- [liquid](https://github.com/osteele/liquid) - Go implementation of Shopify Liquid templates.
|
||||
- [maroto](https://github.com/johnfercher/maroto) - A maroto way to create PDFs. Maroto is inspired in Bootstrap and uses gofpdf. Fast and simple.
|
||||
- [mustache](https://github.com/hoisie/mustache) - Go implementation of the Mustache template language.
|
||||
- [pongo2](https://github.com/flosch/pongo2) - Django-like template-engine for Go.
|
||||
- [quicktemplate](https://github.com/valyala/quicktemplate) - Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it.
|
||||
- [raymond](https://github.com/aymerick/raymond) - Complete handlebars implementation in Go.
|
||||
@@ -2050,6 +2053,7 @@ _Libraries and tools for templating and lexing._
|
||||
- [Soy](https://github.com/robfig/soy) - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/).
|
||||
- [sprig](https://github.com/Masterminds/sprig) - Useful template functions for Go templates.
|
||||
- [tbd](https://github.com/lucasepe/tbd) - A really simple way to create text templates with placeholders - exposes extra builtin Git repo metadata.
|
||||
- [velvet](https://github.com/gobuffalo/velvet) - Complete handlebars implementation in Go.
|
||||
|
||||
**[⬆ back to top](#contents)**
|
||||
|
||||
@@ -2658,7 +2662,6 @@ _Full stack web frameworks._
|
||||
- [chi](https://github.com/go-chi/chi) - Small, fast and expressive HTTP router built on net/context.
|
||||
- [fasthttprouter](https://github.com/buaazp/fasthttprouter) - High performance router forked from `httprouter`. The first router fit for `fasthttp`.
|
||||
- [FastRouter](https://github.com/razonyang/fastrouter) - a fast, flexible HTTP router written in Go.
|
||||
- [goblin](https://github.com/bmf-san/goblin) - A golang http router based on trie tree.
|
||||
- [gocraft/web](https://github.com/gocraft/web) - Mux and middleware package in Go.
|
||||
- [Goji](https://github.com/goji/goji) - Goji is a minimalistic and flexible HTTP request multiplexer with support for `net/context`.
|
||||
- [goroute](https://github.com/goroute/route) - Simple yet powerful HTTP request multiplexer.
|
||||
@@ -2806,7 +2809,6 @@ _Plugin for text editors and IDEs._
|
||||
- [go-swagger](https://github.com/go-swagger/go-swagger) - Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API.
|
||||
- [godbg](https://github.com/tylerwince/godbg) - Implementation of Rusts `dbg!` macro for quick and easy debugging during development.
|
||||
- [gomodrun](https://github.com/dustinblackman/gomodrun/) - Go tool that executes and caches binaries included in go.mod files.
|
||||
- [gotestdox](https://github.com/bitfield/gotestdox) - Show Go test results as readable sentences.
|
||||
- [gothanks](https://github.com/psampaz/gothanks) - GoThanks automatically stars your go.mod github dependencies, sending this way some love to their maintainers.
|
||||
- [igo](https://github.com/rocketlaunchr/igo) - An igo to go transpiler (new language features for Go language!)
|
||||
- [modver](https://github.com/bobg/modver) - Compare two versions of a Go module to check the version-number change required (major, minor, or patchlevel), according to [semver](https://semver.org/) rules.
|
||||
|
Reference in New Issue
Block a user