add support for sub-dirs packages in stdlib
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
ee7bb3c3f5
commit
98a06c67d2
@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// FS contains the filesystem of the stdlib.
|
// FS contains the filesystem of the stdlib.
|
||||||
//go:embed **/*.cue
|
//go:embed **/*.cue **/*/*.cue
|
||||||
var FS embed.FS
|
var FS embed.FS
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Reference in New Issue
Block a user