Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for subdir (0.16 sec)

  1. src/cmd/go/internal/test/test.go

    			// test packages, and all the run actions for these
    			// packages will depend on it. Motivating example:
    			// supposed we have a top level directory with three
    			// package subdirs, "a", "b", and "c", and
    			// from the top level, a user runs "go test -coverpkg=./... ./...".
    			// This will result in (roughly) the following action graph:
    			//
    			//	build("a")       build("b")         build("c")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //
    // See https://golang.org/ref/mod#go-mod-tidy for more about 'go mod tidy'.
    //
    // # Make vendored copy of dependencies
    //
    // Usage:
    //
    //	go mod vendor [-e] [-v] [-o outdir]
    //
    // Vendor resets the main module's vendor directory to include all packages
    // needed to build and test all the main module's packages.
    // It does not include test code for vendored packages.
    //
    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