...

Text file src/cmd/go/testdata/mod/example.com_ignore_v1.0.0.txt

Documentation: cmd/go/testdata/mod

     1-- .mod --
     2module example.com/ignore
     3
     4ignore ./foo
     5-- .info --
     6{"Version":"v1.0.0"}
     7
     8-- foo/foo.go --
     9package foo
    10
    11const Bar = "Hello from foo!"

View as plain text