Searched defs:WriteOpts (Results 1 – 1 of 1) sorted by relevance
1743 type WriteOpts struct { struct1744 DropToolchain bool // go get toolchain@none1745 ExplicitToolchain bool // go get has set explicit toolchain version1749 TidyWroteGo bool // Go.Version field already updated by 'go mod tidy'1753 func WriteGoMod(ctx context.Context, opts WriteOpts) error {1762 func UpdateGoModFromReqs(ctx context.Context, opts WriteOpts) (before, after []byte, modFile *modfi…1869 func commitRequirements(ctx context.Context, opts WriteOpts) (err error) {