This is a template for a coding dojo. The language is Go.
- Go v1.19+
git clone github.com/dertseha/codingdojo-go
cd codingdojo-go
Verify using go test
(running tests)
The file .golangci.yml
is the settings file for golangci-lint.
Follow the installation procedure from its homepage to install the linter package.
Run the linter package then with golangci-lint run ./...
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.