Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DAY (0.08 sec)

  1. src/cmd/dist/build.go

    		// Add -trimpath for reproducible builds of releases.
    		// Include builders so that -trimpath is well-tested ahead of releases.
    		// Do not include local development, so that people working in the
    		// main branch for day-to-day work on the Go toolchain itself can
    		// still have full paths for stack traces for compiler crashes and the like.
    		env = append(env, "GOFLAGS=-trimpath -ldflags=-w -gcflags=cmd/...=-dwarf=false")
    	}
    	return env
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //
    // # Module maintenance
    //
    // Go mod provides access to operations on modules.
    //
    // Note that support for modules is built into all the go commands,
    // not just 'go mod'. For example, day-to-day adding, removing, upgrading,
    // and downgrading of dependencies should be done using 'go get'.
    // See 'go help modules' for an overview of module functionality.
    //
    // Usage:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top