mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-21 23:33:34 +00:00
8 lines
70 B
Go
8 lines
70 B
Go
package static
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed *
|
|
var Static embed.FS
|