diff options
Diffstat (limited to 'examples/buttons/main.go')
| -rw-r--r-- | examples/buttons/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/buttons/main.go b/examples/buttons/main.go index 3200e9e..e76aaac 100644 --- a/examples/buttons/main.go +++ b/examples/buttons/main.go @@ -5,7 +5,7 @@ import ( "fmt" "log" "strconv" - "git.wit.org/wit/gui" + "go.wit.com/gui" ) var title string = "Demo Plugin Window" |
