go.pact.im/x/plumb/internal/gen.Options.ImportPath (field)
8 uses
go.pact.im/x/plumb/internal/gen (current package)
gen.go#L33: ImportPath string
gen.go#L54: if opts.ImportPath == "" {
gen.go#L57: providers, err := discover.Analyze(pkgs, opts.ImportPath, opts.OutputBase)
gen.go#L78: pl, perr := solve.Set(name, bySet[name], opts.ImportPath, opts.OutputBase, dest, ctxt)
gen.go#L85: return emit.File(opts.ImportPath, opts.PackageName, pkgs, plans, dest), nil
gen.go#L96: if pkg.PkgPath != opts.ImportPath || pkg.Types == nil {
gen.go#L124: return nil, diag.Errorf(diag.PosIn(pkg.Fset, obj.Pos()), diag.ErrDestShadowsPredeclared, "destination package %q declares %s (%s), shadowing the predeclared identifier; rename the declaration", opts.ImportPath, name, base)
go.pact.im/x/plumb/internal/cli
cli.go#L90: ImportPath: destPath,