golang.org/x/tools@v0.21.0/go/expect/testdata/go.fake.mod (about)

     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  
     5  module αfake1α //@mark(αMarker, "αfake1α")
     6  
     7  go 1.14
     8  
     9  require golang.org/modfile v0.0.0 //@mark(βMarker, "require golang.org/modfile v0.0.0")