summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 01:01:52 -0600
committerJeff Carr <[email protected]>2024-01-31 01:01:52 -0600
commitbb88c3bdc037f660c19d9d54e9b3c1604e3ffa62 (patch)
treec81f1d7a6817083fdedc4533b4b81c3e0dc6c61c
parent952b3249269cffc705b7cd5030a13be74e5b0374 (diff)
release gui 0.17
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 1377554..a630ed4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
*.swp
+go.mod
+go.sum
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 87afa88..0000000
--- a/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module go.wit.com/widget
-
-go 1.21.4