...

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

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

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

View as plain text