...

Text file src/cuelang.org/go/cue/load/testdata/testmod/cue.mod/pkg/mod.test/cycle/bar/bar.cue

Documentation: cuelang.org/go/cue/load/testdata/testmod/cue.mod/pkg/mod.test/cycle/bar

     1package bar
     2
     3import "mod.test/cycle/foo"
     4
     5#Bar1: foo.#Foo1 + 8
     6#Bar2: foo.#Foo2 + 16

View as plain text