Skip to content

Commit 378a7c1

Browse files
fixing CI
1 parent 03ac743 commit 378a7c1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • playground/internal/imports

playground/internal/imports/fix.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ func importPathToNameBasic(importPath string) (packageName string) {
146146
return path.Base(importPath)
147147
}
148148

149-
type pkg struct {
150-
importpath string // full pkg import path, e.g. "net/http"
151-
dir string // absolute file path to pkg directory e.g. "/usr/lib/go/src/fmt"
152-
}
153-
154149
// findImport searches for a package with the given symbols.
155150
// If no package is found, findImport returns "".
156151
// Declared as a variable rather than a function so goimports can be easily

0 commit comments

Comments
 (0)