Home
last modified time | relevance | path

Searched refs:shouldUseOutsideModuleMode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/run/
Drun.go77 if shouldUseOutsideModuleMode(args) {
188 func shouldUseOutsideModuleMode(args []string) bool { func