diff options
Diffstat (limited to 'examples/histogram.go')
| -rw-r--r-- | examples/histogram.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/histogram.go b/examples/histogram.go index 55a9f59..baabf34 100644 --- a/examples/histogram.go +++ b/examples/histogram.go @@ -8,8 +8,8 @@ import ( "math/rand" "time" - "github.com/andlabs/ui" - _ "github.com/andlabs/ui/winmanifest" + "go.wit.com/dev/andlabs/ui" + _ "go.wit.com/dev/andlabs/ui/winmanifest" ) var ( |
