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

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