From 98a06c67d21c34e70cbba75e80abd8cbeaa94dc2 Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Wed, 3 Mar 2021 17:24:45 -0800 Subject: [PATCH] add support for sub-dirs packages in stdlib Signed-off-by: Sam Alba --- stdlib/stdlib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/stdlib.go b/stdlib/stdlib.go index 4f10f222..8ec97e80 100644 --- a/stdlib/stdlib.go +++ b/stdlib/stdlib.go @@ -11,7 +11,7 @@ import ( ) // FS contains the filesystem of the stdlib. -//go:embed **/*.cue +//go:embed **/*.cue **/*/*.cue var FS embed.FS const (