...

Text file src/cuelang.org/go/cue/load/testdata/testmod/cycle/cycle.cue

Documentation: cuelang.org/go/cue/load/testdata/testmod/cycle

     1package cycle
     2
     3import "mod.test/cycle/foo"
     4
     5Foo: foo.#Foo

View as plain text