init go module

This commit is contained in:
Brad Van Vugt 2020-01-01 17:46:01 -08:00
parent 2223ccf8a5
commit 998dc0f8cc
2 changed files with 15 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/BattlesnakeOfficial/rules
go 1.13
require github.com/stretchr/testify v1.4.0