https://github.com/pycgo/gin-test
https://github.com/pycgo/gin-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pycgo/gin-test
- Owner: pycgo
- Created: 2023-04-26T07:06:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T09:01:42.000Z (about 3 years ago)
- Last Synced: 2024-06-19T14:43:59.430Z (about 2 years ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gin-test
开发技巧:
mkdir ginClass
cd ginClass
go mod init ginClass
使用goland 打开ginClass 目录
新建main.go