type go.pact.im/x/plumb/internal/emit.Result

4 uses

	go.pact.im/x/plumb/internal/emit (current package)
		emit.go#L25: type Result struct {
		emit.go#L35: func File(importPath, packageName string, pkgs []*discover.Package, plans []*solve.Plan, dest *solve.DestInfo) *Result {
		emit.go#L74: 	return &Result{Source: string(formatted), Report: report}

	go.pact.im/x/plumb/internal/gen
		gen.go#L48: func Generate(opts Options, pkgs []*discover.Package) (*emit.Result, error) {