aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/import_ignore.txt
blob: 83a39a0be3d196d92a9fdfbc493768be44cb9433 (plain)
1
2
3
4
5
6
7
8
9
10
11
cp go.mod go.mod.orig
go mod tidy
cmp go.mod go.mod.orig

-- go.mod --
module m.test

go 1.16
-- .ignore.go --
package p
import _ "golang.org/x/mod/modfile"