...

Text file src/golang.org/x/tools/go/expect/testdata/go.fake.mod

Documentation: golang.org/x/tools/go/expect/testdata

     1// This file is named go.fake.mod so it does not define a real module, which
     2// would make the contents of this directory unavailable to the test when run
     3// from outside the repository.
     4
     5module αfake1α //@mark(αMarker, "αfake1α")
     6
     7go 1.14
     8
     9require golang.org/modfile v0.0.0 //@mark(βMarker, "require golang.org/modfile v0.0.0")

View as plain text