Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for writing (0.07 sec)

  1. src/cmd/go/internal/modget/get.go

    	// 'go get' no longer builds or installs packages, so there's nothing to do
    	// if there's no go.mod file.
    	// TODO(#40775): make modload.Init return ErrNoModRoot instead of exiting.
    	// We could handle that here by printing a different message.
    	modload.Init()
    	if !modload.HasModRoot() {
    		base.Fatalf("go: go.mod file not found in current directory or any parent directory.\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
Back to top