Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GODEBUG (0.33 sec)

  1. src/cmd/go/alldocs.go

    //
    // The -module flag changes the module's path (the go.mod file's module line).
    //
    // The -godebug=key=value flag adds a godebug key=value line,
    // replacing any existing godebug lines with the given key.
    //
    // The -dropgodebug=key flag drops any existing godebug lines
    // with the given key.
    //
    // The -require=path@version and -droprequire=path flags
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/pkg.go

    	Incomplete    bool                  `json:",omitempty"` // was there an error loading this package or dependencies?
    
    	DefaultGODEBUG string `json:",omitempty"` // default GODEBUG setting (only for Name=="main")
    
    	// Stale and StaleReason remain here *only* for the list command.
    	// They are only initialized in preparation for list execution.
    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