diff options
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,8 +12,8 @@ package main */ import ( - "go.wit.com/lib/widget" "go.wit.com/log" + "go.wit.com/widget" ) // this is the channel we send user events like |
