...

Text file src/cuelang.org/go/mod/modzip/testdata/create_from_dir/exclude_submodule.txt

Documentation: cuelang.org/go/mod/modzip/testdata/create_from_dir

     1path=example.com/m@v1
     2version=v1.0.0
     3hash=h1:js1etTKx6RMP5ZMV2GIUC2hUhREIdF7sb4aiWzQLkOU=
     4-- cue.mod/module.cue --
     5module: "example.com/m"
     6-- sub/cue.mod/module.cue --
     7module: "example.com/m/sub"
     8-- sub/x.go' --
     9invalid name, but this shouldn't be read

View as plain text