9 lines
No EOL
119 B
Text
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 |