...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
cuelang.org
/
go
/
cue
/
load
/
testdata
/
testmod-external
/
main.cue
Documentation:
cuelang.org/go/cue/load/testdata/testmod-external
1
package main
2
import "foo.example/bar@v0"
3
4
output: "hello, \(bar.value)"
View as plain text