Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestVendorPackages (0.45 sec)

  1. src/go/build/vendor_test.go

    	"golang.org/x",
    	"github.com/google/pprof",
    	"github.com/ianlancetaylor/demangle",
    	"rsc.io/markdown",
    }
    
    // Verify that the vendor directories contain only packages matching the list above.
    func TestVendorPackages(t *testing.T) {
    	_, thisFile, _, _ := runtime.Caller(0)
    	goBin := testenv.GoToolPath(t)
    	listCmd := testenv.Command(t, goBin, "list", "std", "cmd")
    	out, err := listCmd.Output()
    	if err != nil {
    		t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 28 16:29:14 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top