diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 18:54:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 18:54:08 -0600 |
| commit | 49f8029a5fd9c6b33e4d2f0505dee233cd71cb7f (patch) | |
| tree | f18c716fb6fb702578eb15847f14f59d21e7adff /checkbox.go | |
| parent | 0a20b22a6c13c2ccf6a914cd847be9e3f744b343 (diff) | |
complete the move to 'go.wit.com/log'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'checkbox.go')
| -rw-r--r-- | checkbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go index 2109098..82a3016 100644 --- a/checkbox.go +++ b/checkbox.go @@ -1,6 +1,6 @@ package gui -import "go.wit.com/gui/gui/toolkit" +import "go.wit.com/gui/toolkits" func (n *Node) Checked() bool { return n.B |
