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