func go.pact.im/x/plumb/internal/discover.FileBase

7 uses

	go.pact.im/x/plumb/internal/discover (current package)
		discover.go#L107: 			return cmp.Compare(FileBase(pkg, a), FileBase(pkg, b))
		discover.go#L109: 			if outputBase != "" && pkg.PkgPath == destPath && FileBase(pkg, file) == outputBase {
		discover.go#L123: func FileBase(pkg *Package, file *ast.File) string {

	go.pact.im/x/plumb/internal/gen
		gen.go#L148: 		return strings.Compare(discover.FileBase(pkg, a), discover.FileBase(pkg, b))
		gen.go#L151: 		base := discover.FileBase(pkg, file)