diff options
| author | Jeff Carr <[email protected]> | 2024-12-04 15:35:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-04 15:35:48 -0600 |
| commit | 0463030e80f480f0d38989f4231db8b1651b40bc (patch) | |
| tree | 7c9da2db3130f939a7fd74864a54ac21474cc3b7 /globalBuildOptions.go | |
| parent | 923160d70cd4f21896d6c57a39bdcce3e1ae0af6 (diff) | |
general improvements
Diffstat (limited to 'globalBuildOptions.go')
| -rw-r--r-- | globalBuildOptions.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/globalBuildOptions.go b/globalBuildOptions.go index 04d39db..8f49e7c 100644 --- a/globalBuildOptions.go +++ b/globalBuildOptions.go @@ -5,11 +5,10 @@ import ( "os/user" "path/filepath" - "go.wit.com/log" - "go.wit.com/gui" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/shell" + "go.wit.com/log" ) func doesExist(path string) bool { |
