Go mod init

This commit is contained in:
NGnius 2020-02-26 16:12:19 -05:00
parent 4d08d25245
commit b2106b3f5b
2 changed files with 12 additions and 0 deletions

9
.gitignore vendored
View file

@ -12,3 +12,12 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# go mod checksum
go.sum
# build binary
leadercraft-s
# sqlite default db
test.sqlite

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.exmods.org/NGnius/leadercraft-c
go 1.13