basebandit / codewars

This is my personal golang dojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codewars

CodeWars

Practice make Perfect

  • 🎉 Unit test with testing package
  • ⚡ Simple code
  • 🎨 Readable code

Getting Started

go get https://github.com/basebandit/codewars.git
cd codewars

Running tests

go test -v ./kata1
go test -v ./kata2

Running benchmarks

 go test -run=^$ -cpu=1,2,4 -bench=. ./kata1
 go test -run=^$ -cpu=1,2,4 -bench=. ./kata2

About

This is my personal golang dojo


Languages

Language:Go 100.0%