cuelang.org/go@v0.10.1/cue/load/testdata/testmod/cycle/cycle.cue (about) 1 package cycle 2 3 import "mod.test/cycle/foo" 4 5 Foo: foo.#Foo