git clone https://github.com/edisonlz/Gin_API_Framework.git 代码需要clone到 $GOPATH/src 下 cd Gin_API_Framework/ && godep restore godep restore 可能会失败可以将vendor下代码复制到 $GOPATH/src 下 ed@localhost src$ ls Gin_
GIN API Framework是一款专为Go Gin 框架打造的API Framework. Contribute to 1337g/Gin_API_Framework development by creating an account on GitHub.
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
gin-api.zyall.com 基于Gin框架搭建,专门为app接口开发而设计的一个API统一网关。 Gin是一个用Go(Golang)编写的Web框架。 它具有类似马提尼的API,具有更好的性能,由于httprouter,速度提高了40倍。 如果你需要表现和良好的生产力,你会爱上Gin。 特性 ...
基于Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen
fastApi: 基于Gin框架构建的web服务开发手脚架,统一规范开发,快速开发Api接口 https://github.com/kwinH/fastApi 目的 本项目采用了一系列Golang中比较流行的组件,可以以本项目为基础快速搭建Restful Web API 特色 本项目已经整合了许多开发API所必要的组件: ...
githubConfigRouter(router) for _, route := range githubAPI { path, values := exampleFromPath(route.path) w := performRequest(router, route.method, path) // TEST assert.Contains(t, w.Body.String(), "\"status\":\"good\"") for _, value := range values { str := fmt....
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. Go 82.7k 8.2k examples Public A repository to host examples and tutorials for Gin. Go...
在demo1中,我们简单使用了net/http搭建了一个server,其实在日常开发中,比较少去使用标准库去直接写api,更多的是使用前人搭建好的轮子(我呢,是个不太喜欢重复造轮子的开发者,有开源的靠谱的,直接用就好,自己调整成自己需要的即可),那么说的go的框架,不得不说gin了。 对于gin的介绍,是github上star最好的go框架...
githubapi_test.go ci(golangci-lint): update configuration and fix lint issues (#4247) May 23, 2025 go.mod chore(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 (#… May 27, 2025 go.sum chore(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 (#…...