...

Text file src/cuelang.org/go/cue/parser/testdata/corpus/+import.cue

Documentation: cuelang.org/go/cue/parser/testdata/corpus

     1package foo
     2
     3import (
     4	"time.com/now"
     5)
     6
     7
     8foo: {
     9	bar: 3.4
    10}
    11
    12a b c: [1, 2Gi, 3M]

View as plain text