7 lines
73 B
Go
7 lines
73 B
Go
|
package owl
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed embed/*
|
||
|
var embed_files embed.FS
|