summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--go.mod3
2 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index daf913b..aa8d250 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@ _testmain.go
*.exe
*.test
*.prof
+
+go.*
diff --git a/go.mod b/go.mod
deleted file mode 100644
index b4aa56f..0000000
--- a/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module go.wit.com/dev/alexflint/scalar
-
-go 1.21.4