...

Text file src/cmd/go/testdata/mod/golang.org_notx_useinternal_v0.1.0.txt

Documentation: cmd/go/testdata/mod

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

View as plain text