correct path to go.wit.com/gui/gui

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-01 16:45:55 -06:00
parent d1d9c20168
commit 1d731a3e8c
2 changed files with 7 additions and 1 deletions

View File

@ -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 git@github.com:witorg/gui.git
# git remote add github2 git@github.com:wit-go/gui.git

2
go.mod
View File

@ -1,4 +1,4 @@
module go.wit.com/gui
module go.wit.com/gui/gui
go 1.21.4