package source

import "cuelang.org/go/internal/source"

Package source contains utility functions that standardize reading source bytes across cue packages.

Index

Functions

func Read

func Read(filename string, src interface{}) ([]byte, error)

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.

Source Files

source.go

Version
v0.3.0
Published
Apr 2, 2021
Platform
js/wasm
Imports
4 packages
Last checked
6 minutes ago

Tools for package owners.