diff options
| author | Jeff Carr <[email protected]> | 2019-06-03 18:56:11 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-03 18:56:11 -0700 |
| commit | ffc89897c8dffadc8b0cd374bcde6950692e3486 (patch) | |
| tree | 65b77db845d05774e0533dbcac474cefdb08e70b /gui.go | |
| parent | e6d41b221489670019f2b2f8faac694de2ebdb8d (diff) | |
typo
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ package gui import "log" -import "time" +// import "time" import "regexp" import "github.com/andlabs/ui" |
