...

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

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

     1path=example.com/m@v1
     2version=v1.0.0
     3hash=h1:pMP6w+M7uoGv0NdCdaJk4KX++ZpbTibPMuqnvDngD48=
     4-- cue.mod/module.cue --
     5module: "example.com/m"
     6-- m.cue --
     7package m
     8-- foo/bar/hello.cue --
     9package main
    10
    11x: "hello"

View as plain text