summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-01 16:45:55 -0600
committerJeff Carr <[email protected]>2024-01-01 16:45:55 -0600
commite9a0ee35c94fe52b52ab76f854ee7c2a26a1a7a1 (patch)
treeb5310dd1eb00600b3b2b2e0a234911ca99c04e7b
parent4e7bbd89900a733593f0848778103c1cf1a7145d (diff)
correct path to go.wit.com/gui/guiv0.9.7
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile6
-rw-r--r--go.mod2
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f629049..85fb411 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,12 @@ examples-buttons:
examples-console-ui-helloworld:
make -C examples/console-ui-helloworld
+git.wit.org:
+ git push witgui master
+ git push witgui devel
+ git push witgui jcarr
+ git push witgui --tags
+
# sync repo to the github backup
# git remote add github [email protected]:witorg/gui.git
# git remote add github2 [email protected]:wit-go/gui.git
diff --git a/go.mod b/go.mod
index 630f0fb..1e64850 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module go.wit.com/gui
+module go.wit.com/gui/gui
go 1.21.4