diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 00:58:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 00:58:14 -0600 |
| commit | 8a80991bd5c556f0cffc2ecf6f3814926899c85c (patch) | |
| tree | 8f3742a7f8c0a6c830f7e8d4ace7f9c7dfc0d2ec /scan.go | |
| parent | a2c47263e3425790976d917f2f033230d4aa2e76 (diff) | |
gofmt autofix paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
