userxzz 948461a8df 初始化 7 ماه پیش
..
README.md 948461a8df 初始化 7 ماه پیش
component.go 948461a8df 初始化 7 ماه پیش
context.go 948461a8df 初始化 7 ماه پیش
controller.go 948461a8df 初始化 7 ماه پیش
go.mod 948461a8df 初始化 7 ماه پیش
go.sum 948461a8df 初始化 7 ماه پیش
group.go 948461a8df 初始化 7 ماه پیش
middleware.go 948461a8df 初始化 7 ماه پیش
server.go 948461a8df 初始化 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