summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 00:58:14 -0600
committerJeff Carr <[email protected]>2024-01-18 00:58:14 -0600
commit8a80991bd5c556f0cffc2ecf6f3814926899c85c (patch)
tree8f3742a7f8c0a6c830f7e8d4ace7f9c7dfc0d2ec /scan.go
parenta2c47263e3425790976d917f2f033230d4aa2e76 (diff)
gofmt autofix paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/scan.go b/scan.go
index d78561e..d02b6f2 100644
--- a/scan.go
+++ b/scan.go
@@ -1,10 +1,10 @@
// This is a simple example
package main
-import (
+import (
"go.wit.com/log"
- "go.wit.com/gui/lib/repostatus"
+ "go.wit.com/lib/gui/repostatus"
)
func (r *repo) newScan() bool {