Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 208 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 208 Bytes

Template for Java TDD Kata

Cloning

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

Preparing for Kata

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

Get started

:)