gosimple

module
v0.0.0-...-745cade Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2023 License: MIT

README

构建 Golang 简单 API 示例

项目依赖

# 命令行构建工具
go get github.com/spf13/cobra
# Gin 框架
go get -u github.com/gin-gonic/gin
# gorm 库
go get gorm.io/gorm
# Cors 跨域库
go get github.com/gin-contrib/cors
# Zap 日志库
go get go.uber.org/zap
# govalidator 参数验证库
go get github.com/asaskevich/govalidator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL