Go solutions for Katas from
- LeetCode π§‘
- And more... π
- Hint: You may use gvm to manage different versions of go.
- Run:
go mod tidy
- Run:
go mod vendor
- Run the tests:
go test -v ./...
- Run the linting:
golangci-lint run
- Checkout the version of
golangci-lint
to use in the CI workflow.
- Checkout the version of
- Write the tests, write the code, lint the code, and have fun!
- Open a Pull Request, wait for all the checks to pass, and merge! π
β¨ Note β¨: A devcontainer.json file is available, so you could also
work on a Visual Studio Code Dev Container without the need to install go
or golangci-lint
on your local host.
You can also try out opening the repository in a GitHub Codespace π