mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
7 lines
65 B
Go
7 lines
65 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
//go:embed *
|
|
var Static embed.FS
|