diff options
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,9 +3,9 @@ package main import ( "errors" - "go.wit.com/lib/widget" "go.wit.com/log" "go.wit.com/toolkits/tree" + "go.wit.com/widget" ) // this will check to make sure that the node |
