/go-testify-template

Template for TDD-Katas based on go with testify

Primary LanguageGoMIT LicenseMIT

Template for Java TDD Kata

Cloning

git clone https://github.com/jaedle/go-testify-template

Preparing for Kata

rm -r .git/
go test ./...

Get started

:)