liliang 88c6077273 压测提交 7 달 전
..
README.md 88c6077273 压测提交 7 달 전
component.go 88c6077273 压测提交 7 달 전
context.go 88c6077273 压测提交 7 달 전
controller.go 88c6077273 压测提交 7 달 전
go.mod 88c6077273 压测提交 7 달 전
go.sum 88c6077273 压测提交 7 달 전
group.go 88c6077273 压测提交 7 달 전
middleware.go 88c6077273 压测提交 7 달 전
server.go 88c6077273 压测提交 7 달 전

README.md

gin组件

  • 基于gin实现http server

Install

Prerequisites

  • GO >= 1.17

Using go get

go get github.com/mhaya/components/gin@latest

Quick Start

import mhayaGIN "github.com/mhaya/components/gin"

example