diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 05:01:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 05:01:54 -0600 |
| commit | 623b35629bb3617d0f541729646007159f8ae56a (patch) | |
| tree | 95e870c4268ffce17a8429b9a2fbf58addf3f931 /draw.go | |
| parent | ff3a51f3544a255b2b2bcd489e7ef71a12e7196a (diff) | |
new pathsv0.12.10
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,10 +4,10 @@ import ( "strconv" "strings" - "go.wit.com/gui/gui" + "go.wit.com/gui" "go.wit.com/lib/gadgets" - "go.wit.com/lib/widget" "go.wit.com/log" + "go.wit.com/widget" ) // creates the actual widgets. |
