summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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