diff options
| author | Jeff Carr <[email protected]> | 2023-12-20 14:15:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-20 14:15:00 -0600 |
| commit | 9f7da73c67e391e1797479f99a0578bde0fe2c0e (patch) | |
| tree | e635091058c4fd6da949e6ccbd1291fa3c929cb3 /toolkit/gocui/widget.go | |
| parent | 85b9a036c289fe840e69e1852866f429b87cf63e (diff) | |
move to go.wit.com/guiv0.9.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/widget.go')
| -rw-r--r-- | toolkit/gocui/widget.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/widget.go b/toolkit/gocui/widget.go index 4afe08b..3d5cb64 100644 --- a/toolkit/gocui/widget.go +++ b/toolkit/gocui/widget.go @@ -2,7 +2,7 @@ package main import ( "strconv" - "git.wit.org/wit/gui/toolkit" + "go.wit.com/gui/toolkit" ) func initWidget(n *node) *guiWidget { |
