diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 03:51:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 03:51:04 -0600 |
| commit | 29ca3e06a04e85e96071a52ec3745b7c54ddf795 (patch) | |
| tree | f2e3966fb7ca26b97559f13a9c837ff49643c504 /separator.go | |
| parent | 4df2b5ecb8da632aa3afd093c777a2b690909874 (diff) | |
move widgetv0.12.15
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'separator.go')
| -rw-r--r-- | separator.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/separator.go b/separator.go index 8da91bc..a4b47bf 100644 --- a/separator.go +++ b/separator.go @@ -1,7 +1,7 @@ package gui import ( - "go.wit.com/lib/widget" + "go.wit.com/widget" ) func (parent *Node) NewSeparator(progname string) *Node { |
