diff options
Diffstat (limited to 'examples/helloworld/main.go')
| -rw-r--r-- | examples/helloworld/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helloworld/main.go b/examples/helloworld/main.go index 3d8ba40..06c1da5 100644 --- a/examples/helloworld/main.go +++ b/examples/helloworld/main.go @@ -3,7 +3,7 @@ package main import ( "log" - "git.wit.org/wit/gui" + "go.wit.com/gui" ) func main() { |
