Browse Source

Go mod init

master
NGnius 4 years ago
parent
commit
b2106b3f5b
2 changed files with 12 additions and 0 deletions
  1. +9
    -0
      .gitignore
  2. +3
    -0
      go.mod

+ 9
- 0
.gitignore 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
- 0
go.mod View File

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

go 1.13