forked from rosa/hakurei
This avoids having to rebuild cmd/mbf over and over. Signed-off-by: Ophestra <cat@gensokyo.uk>
12 lines
195 B
Go
12 lines
195 B
Go
//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
|