diff options
Diffstat (limited to 'textbox.go')
| -rw-r--r-- | textbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ package gui import ( - "go.wit.com/gui/toolkit" + "go.wit.com/gui/gui/toolkit" ) func (parent *Node) NewTextbox(name string) *Node { |
