Home
last modified time | relevance | path

Searched defs:WriteOpts (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dinit.go1743 type WriteOpts struct { struct
1744 DropToolchain bool // go get toolchain@none
1745 ExplicitToolchain bool // go get has set explicit toolchain version
1749 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) {