diff options
| author | Jeff Carr <[email protected]> | 2024-02-09 11:50:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-09 11:50:16 -0600 |
| commit | 17e1a099c44583aa372218b5e14724ce4a38048b (patch) | |
| tree | bf377c752bf7b4a5631b15113f1f5f9e7c9e6167 /quickCmd.go | |
| parent | 7aca2fcb693f0253a23b62f5d6a8553d0d3c719a (diff) | |
start looping releasesv0.20.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'quickCmd.go')
| -rw-r--r-- | quickCmd.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quickCmd.go b/quickCmd.go index 2f250af..a1e8b8e 100644 --- a/quickCmd.go +++ b/quickCmd.go @@ -1,12 +1,10 @@ -// This is a simple example package main import ( "os" - "go.wit.com/log" - "go.wit.com/lib/gui/repostatus" + "go.wit.com/log" ) func doesExist(path string) bool { |
