add go.mod

This commit is contained in:
leo 2021-09-24 16:14:55 +08:00
parent 41b7bab42e
commit e36f2ccf55
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
.git
.git
*.exe

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module xdbin.com/beancount-gs
go 1.17