import "cuelang.org/go/internal/source"
Package source contains utility functions that standardize reading source bytes across cue packages.
Read loads the source bytes for the given arguments. If src != nil, Read converts src to a []byte if possible; otherwise it returns an error. If src == nil, readSource returns the result of reading the file specified by filename.
Package source imports 4 packages (graph) and is imported by 3 packages. Updated 2021-01-24. Refresh now. Tools for package owners.