...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
cuelang.org
/
go
/
cue
/
load
/
testdata
/
testmod
/
test.cue
Documentation:
cuelang.org/go/cue/load/testdata/testmod
1
package test
2
3
import "mod.test/test/sub"
4
5
out: "Hello \(sub.User)!"
View as plain text