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