Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 238 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 238 Bytes

My go_katas

Some Golang katas for practice and example.

Usage

Browse and learn. Feel free to fork, to provide improvements or comments.

To run tests use:

go test -v ./...

Check coverage with

go test -cover ./...