https://github.com/marttp/golang-gin-practice
Practice Gin framework
https://github.com/marttp/golang-gin-practice
Last synced: about 1 year ago
JSON representation
Practice Gin framework
- Host: GitHub
- URL: https://github.com/marttp/golang-gin-practice
- Owner: marttp
- Created: 2020-03-21T16:28:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T16:28:42.000Z (about 6 years ago)
- Last Synced: 2025-04-11T00:58:42.305Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
go mod init gogin
go run main.go
go test ./platform/newsfeed
go test ./...
go test -cover ./...