...

Text file src/cuelang.org/go/cue/load/testdata/testfetch/nodeps.txtar

Documentation: cuelang.org/go/cue/load/testdata/testfetch

     1-- out/modfetch --
     2{
     3	a: "hello"
     4}
     5-- cue.mod/module.cue --
     6module: "main.org"
     7
     8-- main.cue --
     9package main
    10
    11a: "hello"

View as plain text