This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
NGnius
/
leadercraft-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Go mod init
master
NGnius
4 years ago
parent
4d08d25245
commit
b2106b3f5b
2 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
.gitignore
+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