Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FnameExp = regexp.MustCompile(`^([a-z0-9](?:-?[.a-z0-9+]){1,})\.yaml$`)
FnameExp matches the slice definition file basename.
View Source
var SnameExp = regexp.MustCompile(`^([a-z](?:-?[a-z0-9]){2,})$`)
SnameExp matches only the slice name, without the leading package name.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.