https://github.com/speaud/demo-go-pkg
https://github.com/speaud/demo-go-pkg
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/speaud/demo-go-pkg
- Owner: speaud
- Created: 2021-12-16T20:07:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T01:48:11.000Z (over 4 years ago)
- Last Synced: 2025-01-30T11:23:48.372Z (over 1 year ago)
- Language: Go
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run golang program
`go run main.go`
Testing
`go test`
Build binary
`go build`
Install binary
`go install`
Run in containerized environemnt
`docker-compose up --build`