https://github.com/mpromonet/testgocli
https://github.com/mpromonet/testgocli
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpromonet/testgocli
- Owner: mpromonet
- Created: 2024-11-09T15:49:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T17:36:57.000Z (6 months ago)
- Last Synced: 2025-04-23T20:09:53.603Z (26 days ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
go install github.com/swaggo/swag/cmd/swag@$(grep 'github.com/swaggo/swag' go.mod | awk '{print $2}')
go generate ./...
go build
```