diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 04:10:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 04:10:08 -0600 |
| commit | f25caa5b5c1ddf470b782344f25595e6f8bf76d0 (patch) | |
| tree | 638f94c9bd21a4acd12140106154265f010c9464 /add.go | |
| parent | 3ac6b2486a7f17e96ea8d812437ed9bad8662260 (diff) | |
pathsv0.0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'add.go')
| -rw-r--r-- | add.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ package main import ( - "go.wit.com/lib/widget" log "go.wit.com/log" + "go.wit.com/widget" ) var fakeStartWidth int = me.FakeW |
