diff options
Diffstat (limited to 'grid.go')
| -rw-r--r-- | grid.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ package gui import ( "go.wit.com/log" - "go.wit.com/gui/gui/toolkit" + "go.wit.com/gui/toolkits" ) // Grid numbering examples (H) or (W,H) |
