From e36f2ccf5575b608da37784e62985485ab3f6d29 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 24 Sep 2021 16:14:55 +0800 Subject: [PATCH] add go.mod --- .gitignore | 3 ++- go.mod | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 go.mod diff --git a/.gitignore b/.gitignore index 191381e..365139f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.git \ No newline at end of file +.git +*.exe \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..98ae4c4 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module xdbin.com/beancount-gs + +go 1.17