Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readGoSum (0.18 sec)

  1. src/cmd/go/internal/modfetch/fetch.go

    		return false, err
    	}
    	readGoSum(dst, file, data)
    
    	return true, nil
    }
    
    // emptyGoModHash is the hash of a 1-file tree containing a 0-length go.mod.
    // A bug caused us to write these into go.sum files for non-modules.
    // We detect and remove them.
    const emptyGoModHash = "h1:G7mAYYxgmS0lVkHyy2hEOLQCFB0DlQFTMLWggykrydY="
    
    // readGoSum parses data, which is the content of file,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top