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

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

View as plain text