...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
cuelang.org
/
go
/
internal
/
core
/
runtime
/
testdata
/
none.txtar
Documentation:
cuelang.org/go/internal/core/runtime/testdata
1
-- cue.mod/modules.cue --
2
-- in.cue --
3
a: 2
4
-- out/extern --
5
{
6
a: 2
7
}
View as plain text