Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readRawBuildInfo (0.11 sec)

  1. src/debug/buildinfo/buildinfo.go

    	// or the first writable non-zero data segment.
    	DataStart() (uint64, uint64)
    }
    
    // readRawBuildInfo extracts the Go toolchain version and module information
    // strings from a Go binary. On success, vers should be non-empty. mod
    // is empty if the binary was not built with modules enabled.
    func readRawBuildInfo(r io.ReaderAt) (vers, mod string, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 12.6K bytes
    - Viewed (0)
Back to top