copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Gin Web Framework 什么是Gin? Gin是一个使用Go语言开发的Web框架。 它提供类似Martini的API,但性能更佳,速度提升高达40倍。 如果你是性能和高效的追求者, 你会爱上 Gin。
Gin Web Framework What is Gin? Gin is a web framework written in Golang It features a Martini-like API, but with performance up to 40 times faster than Martini If you need performance and productivity, you will love Gin
Documentation | Gin Web Framework Documentation What is Gin? Gin is a HTTP web framework written in Go (Golang) It features a Martini-like API, but with performance up to 40 times faster than Martini If you need smashing performance, get yourself some Gin How to use Gin? We provide API usage examples and list some publicly known Gin users Looking to practice Gin concepts
Introduction | Gin Web Framework If you need performance and good productivity, you will love Gin In this section we will walk through what Gin is, what problems it solves, and how it can help your project
Features | Gin Web Framework Features Gin v1 stable features Zero allocation router Still the fastest http router and framework From routing to writing Complete suite of unit tests Battle tested API frozen, new releases will not break your code
Quickstart | Gin Web Framework Quickstart In this quickstart, we’ll glean insights from code segments and learn how to: Requirements Go 1 16 or above Installation To install Gin package, you need to install Go and set your Go workspace first If you don’t have a go mod file, create it with go mod init gin Download and install it:
HTML rendering | Gin Web Framework Gin uses the html template package for HTML rendering For more information about how to use them, including available placeholders, see the documentation for text template