CodingDojo template - Go
This is a template for a coding dojo. The language is Go.
Installation
Prerequisites
- Go v1.19+
Download
git clone github.com/dertseha/codingdojo-go
cd codingdojo-go
Verification
Verify using go test
(running tests)
Optional: Linter package
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 ./...
License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.