Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caomeiyouren/go-gin-template

基于 Go 的 Gin 项目模板
https://github.com/caomeiyouren/go-gin-template

gin golang template

Last synced: 6 days ago
JSON representation

基于 Go 的 Gin 项目模板

Awesome Lists containing this project

README

        

# go-gin-template

基于 Go 的 Gin 项目模板

## 依赖要求

- go >=1.18

## 安装依赖

```sh
go get
```

## 开发

```sh
go run main.go
```

## 编译

```sh
# 禁用交叉编译,将全部的依赖打包进产物
# set CGO_ENABLED=0 # Windows
# export CGO_ENABLED=0 # Linux
go build main.go
```

## 运行

```sh
./main.exe # Windows
# 或
./main #Linux
```

## 测试

```sh
go test
```

## 作者

👤 **CaoMeiYouRen**

* Website: [https://blog.cmyr.ltd/](https://blog.cmyr.ltd/)
* GitHub: [@CaoMeiYouRen](https://github.com/CaoMeiYouRen)