diff options
| -rw-r--r-- | Makefile | 6 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 @@ -1,4 +1,4 @@ -module go.wit.com/gui +module go.wit.com/gui/gui go 1.21.4 |
