add support for sub-dirs packages in stdlib

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-03-03 17:24:45 -08:00
parent ee7bb3c3f5
commit 98a06c67d2

View File

@ -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 (