go.mod, gitignore

This commit is contained in:
Kistaro Windrider 2023-04-02 22:30:52 -07:00
parent dbee1416c8
commit bdc095e2b2
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
# Go workspace file # Go workspace file
go.work go.work
.vscode/settings.json

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.chromaticdragon.app/kistaro/KoboldSim
go 1.20