Text file src/cmd/go/testdata/mod/golang.org_notx_useinternal_v0.1.0.txt
1 written by hand — attempts to use a prohibited internal package 2 (https://golang.org/s/go14internal) 3 4 -- .mod -- 5 module golang.org/notx/useinternal 6 -- .info -- 7 {"Version":"v0.1.0","Name":"","Short":"","Time":"2018-07-25T17:24:00Z"} 8 -- go.mod -- 9 module golang.org/notx/useinternal 10 -- useinternal.go -- 11 package useinternal 12 13 import _ "golang.org/x/internal/subtle" 14