/go-katas

This repo contains my solutions for some Go(-lang) katas submitted in Codewars.

Primary LanguageGoMIT LicenseMIT

Go katas

This repo contains my solutions for some Go katas submitted in Codewars.

Prerequisites

You need to install the go1.22.x for your OS to build this project and run its tests.

Linting Code

golangci-lint run    # (in project root folder)

Run tests

go test -v ./...    # (in project root folder)