Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setBuildInfo (0.1 sec)

  1. src/cmd/go/internal/load/pkg.go

    	info.Settings = append(info.Settings, debug.BuildSetting{Key: key, Value: value})
    }
    
    // setBuildInfo gathers build information and sets it into
    // p.Internal.BuildInfo, which will later be formatted as a string and embedded
    // in the binary. setBuildInfo should only be called on a main package with no
    // errors.
    //
    // This information can be retrieved using debug.ReadBuildInfo.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top