Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGOVCS (0.08 sec)

  1. src/cmd/go/testdata/script/govcs.txt

    env GOVCS='private:all,public:none'
    ! go get github.com/google/go-cmp
    stderr '^go: GOVCS disallows using git for public github.com/google/go-cmp; see ''go help vcs''$'
    
    # other patterns work (for more patterns, see TestGOVCS)
    env GOPRIVATE=
    env GOVCS='github.com:svn|hg'
    ! go get github.com/google/go-cmp
    stderr '^go: GOVCS disallows using git for public github.com/google/go-cmp; see ''go help vcs''$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 14:41:02 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top