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 /repolist.go | |
| parent | a2c47263e3425790976d917f2f033230d4aa2e76 (diff) | |
gofmt autofix paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'repolist.go')
| -rw-r--r-- | repolist.go | 2 |
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" ) |
