7 lines
67 B
Go
7 lines
67 B
Go
|
package static
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed *
|
||
|
var StaticFS embed.FS
|