wpw-final/Makefile.autogen
2022-12-02 20:40:23 +07:00

9 lines
No EOL
119 B
Text

define _G_PUBLIC_EXPORTER
package public
import "embed"
//go:embed *
var FS embed.FS
endef
export _G_PUBLIC_EXPORTER