Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Flags struct { Modules bool }
Flags holds the set of CUE_EXPERIMENT flags. It is initialized by Init.
Functions ¶
func Init ¶
func Init() error
Init initializes Flags. Note: this isn't named "init" because we don't always want it to be called (for example we don't want it to be called when running "cue help"), and also because we want the failure mode to be one of error not panic, which would be the only option if it was a top level init function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.