...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
cuelang.org
/
go
/
cue
/
load
/
testdata
/
testmod
/
other
/
main.cue
Documentation:
cuelang.org/go/cue/load/testdata/testmod/other
1
// Test data - not compiled.
2
3
package main
4
5
import (
6
"./file"
7
)
8
9
{}
View as plain text