this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cue/cuecontext: write a short package godoc

Fixes #1132.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I19ad7c34995bda36749f1d2e9c9fb2934590a88b
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1227725
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>

+3
+3
cue/cuecontext/cuecontext.go
··· 12 12 // See the License for the specific language governing permissions and 13 13 // limitations under the License. 14 14 15 + // Package cuecontext creates [cue.Context] values, 16 + // which are needed for creating [cue.Value] values 17 + // and using the core API in the [cue] package. 15 18 package cuecontext 16 19 17 20 import (