Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swenson1992/gin-go-project
https://github.com/swenson1992/gin-go-project
gin golang upload
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/swenson1992/gin-go-project
- Owner: Swenson1992
- Created: 2019-06-26T07:45:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T08:01:12.000Z (over 5 years ago)
- Last Synced: 2023-03-21T11:52:59.862Z (over 1 year ago)
- Topics: gin, golang, upload
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```