blob: 0420a1a4a0aee33062b90750eb7428fe093fb5a4 [file] [log] [blame]
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"