Restore GOPATH-mode get (revert de4d503)

This commit is contained in:
Vorapol Rinsatitnon
2024-09-22 00:23:47 +10:00
parent f1f146d453
commit d02338f60a
44 changed files with 1801 additions and 191 deletions

View File

@@ -0,0 +1,23 @@
[!net:rsc.io] skip
[!net:github.com] skip
[!git] skip
env GO111MODULE=off
cd rsc.io/go-get-issue-10952
exec git init
exec git add foo.go
exec git config user.name Gopher
exec git config user.email gopher@golang.org
exec git commit -a -m 'initial commit'
exec git remote add origin https://github.com/golang/go-get-issue-10952
exec git status
! go get -x -u rsc.io/go-get-issue-10952
stderr '^package rsc.io/go-get-issue-10952: rsc\.io/go-get-issue-10952 is a custom import path for https://github.com/rsc/go-get-issue-10952, but .* is checked out from https://github.com/golang/go-get-issue-10952$'
-- rsc.io/go-get-issue-10952/foo.go --
// Junk package to test go get.
package foo