From bdc095e2b24103ba881954ee76cad1c2f31d9c8d Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 2 Apr 2023 22:30:52 -0700 Subject: [PATCH] go.mod, gitignore --- .gitignore | 1 + go.mod | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 go.mod diff --git a/.gitignore b/.gitignore index adf8f72..b4d06c1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ # Go workspace file go.work +.vscode/settings.json diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7935b9c --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.chromaticdragon.app/kistaro/KoboldSim + +go 1.20