Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for installOutsideModule (0.94 sec)

  1. src/cmd/go/internal/work/build.go

    						os.Remove(targ)
    					}
    				}
    			}
    		}
    	}
    }
    
    // installOutsideModule implements 'go install pkg@version'. It builds and
    // installs one or more main packages in module mode while ignoring any go.mod
    // in the current directory or parent directories.
    //
    // See golang.org/issue/40276 for details and rationale.
    func installOutsideModule(ctx context.Context, args []string) {
    	modload.ForceUseModules = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 17:22:59 UTC 2024
    - 33.2K bytes
    - Viewed (0)
Back to top