feat: add unit test

This commit is contained in:
2019-09-20 01:24:50 +02:00
parent ced985da52
commit 779cd1da6e
7 changed files with 270 additions and 6 deletions

6
go.mod
View File

@@ -2,4 +2,8 @@ module hamster-tycoon
go 1.13
require github.com/DATA-DOG/godog v0.7.13
require (
github.com/DATA-DOG/godog v0.7.13
github.com/cweill/gotests v1.5.3 // indirect
golang.org/x/tools v0.0.0-20190919180025-928b73f71f9b // indirect
)