Go mod init
This commit is contained in:
parent
4d08d25245
commit
b2106b3f5b
2 changed files with 12 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.exmods.org/NGnius/leadercraft-c
|
||||
|
||||
go 1.13
|
Loading…
Add table
Reference in a new issue