summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/mod/golang.org_notx_useinternal_v0.1.0.txt
blob: 0420a1a4a0aee33062b90750eb7428fe093fb5a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
written by hand — attempts to use a prohibited internal package
(https://golang.org/s/go14internal)

-- .mod --
module golang.org/notx/useinternal
-- .info --
{"Version":"v0.1.0","Name":"","Short":"","Time":"2018-07-25T17:24:00Z"}
-- go.mod --
module golang.org/notx/useinternal
-- useinternal.go --
package useinternal

import _ "golang.org/x/internal/subtle"