...

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

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

     1path=example.com/m@v1
     2version=v1.0.0
     3hash=h1:RGlDmT/EEpEYgcga7aIizwsyIh7qqsWvgHL1aZk1aJo=
     4-- cue.mod/module.cue --
     5module: "example.com/m"
     6
     7-- cue.mod/vendor/example.com/x/x.go --
     8excluded
     9-- sub/vendor/sub.txt --
    10included

View as plain text