9 lines
76 B
Go
9 lines
76 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
var (
|
|
//go:embed public
|
|
Public embed.FS
|
|
)
|