summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-03 17:12:58 -0600
committerJeff Carr <[email protected]>2024-12-03 17:12:58 -0600
commitcd28260234f39772078c596c0e73701500521db7 (patch)
tree40d8b42863718f4c289457149851900b2cbe2c7d
parent6080327a64c2af544acee77b10dd319b7a9fc2bd (diff)
no go.* in repos at go.wit.comHEADv1.2.4guimasterdevel
Signed-off-by: Jeff Carr <[email protected]>
-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