diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 16:11:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 16:11:40 -0600 |
| commit | 29c39d7a1cbc1f071fa819e589fa6ed93fcb7d80 (patch) | |
| tree | 4081338b6e1ed2e1cc26f3153f1eee3070873558 /andlabs/structs.go | |
| parent | 708ea661988fd0e4886fc63f3f6dffe25b6fa276 (diff) | |
Destroy window and node from binary treev0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/structs.go')
| -rw-r--r-- | andlabs/structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/andlabs/structs.go b/andlabs/structs.go index 81c4669..87e88e1 100644 --- a/andlabs/structs.go +++ b/andlabs/structs.go @@ -1,7 +1,7 @@ package main -import "github.com/andlabs/ui" -import _ "github.com/andlabs/ui/winmanifest" +import "go.wit.com/dev/andlabs/ui" +import _ "go.wit.com/dev/andlabs/ui/winmanifest" // var andlabs map[int]*andlabsT // var callback func(int) bool |
