https://github.com/binkley/foo-go
Go module experiment
https://github.com/binkley/foo-go
Last synced: 6 days ago
JSON representation
Go module experiment
- Host: GitHub
- URL: https://github.com/binkley/foo-go
- Owner: binkley
- Created: 2020-01-16T11:02:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T12:24:12.000Z (about 5 years ago)
- Last Synced: 2025-03-20T10:56:12.122Z (10 months ago)
- Language: Batchfile
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foo-go
Go module experiment
## Building
`go build` - local binary, try with `./foo-go` in project root
### Linting
`./install-golangci-lint-local.sh` - installs linter in `./bin`
### Batect
`./batect build` - checks build success (local binary not created)
`./batect -T` - lists tasks
Note: Troubles when running on MacOS for `lint` task: Running the local
install script pulls down an OSX binary; Batect needs a Linux binary.
## Credits
* https://github.com/golang/go/wiki/Modules
* https://www.toptal.com/go/go-programming-a-step-by-step-introductory-tutorial