forked from rosa/hakurei
internal/rosa: optionally load built-ins from filesystem
This avoids having to rebuild cmd/mbf over and over. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//go:build !penv
|
||||
|
||||
package rosa
|
||||
|
||||
import "embed"
|
||||
|
||||
// builtinAzalea is the backing directory of built-in azalea-based [Artifact]
|
||||
// implementations.
|
||||
//
|
||||
//go:embed package
|
||||
var builtinAzalea embed.FS
|
||||
Reference in New Issue
Block a user