summaryrefslogtreecommitdiff
path: root/repolist.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 /repolist.go
parenta2c47263e3425790976d917f2f033230d4aa2e76 (diff)
gofmt autofix paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'repolist.go')
-rw-r--r--repolist.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repolist.go b/repolist.go
index ce3df89..49e9963 100644
--- a/repolist.go
+++ b/repolist.go
@@ -1,7 +1,7 @@
// This is a simple example
package main
-import (
+import (
"io/ioutil"
"strings"
)