Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swenson1992/gin-go-project


https://github.com/swenson1992/gin-go-project

gin golang upload

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

## GO-Gin项目

### Contents
- 文件的上传和下载

### Installation
```
git clone https://github.com/songjian925/gin-go-project.git
```

### Quick start
```
go run main.go
```

### 目录结构
```
gin-go-project
├── CHANGELOG.md
├── README.md
├── log
│ └── gin.log
└── main.go
```