...

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

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

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

View as plain text