zhengtao b20bfb08e7 new 9 months ago
..
README.md b20bfb08e7 new 9 months ago
component.go b20bfb08e7 new 9 months ago
context.go b20bfb08e7 new 9 months ago
controller.go b20bfb08e7 new 9 months ago
go.mod b20bfb08e7 new 9 months ago
go.sum b20bfb08e7 new 9 months ago
group.go b20bfb08e7 new 9 months ago
middleware.go b20bfb08e7 new 9 months ago
server.go b20bfb08e7 new 9 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