6 lines
61 B
Go
6 lines
61 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
//go:embed *
|
|
var FS embed.FS
|