mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 15:53:45 +00:00
9 lines
96 B
Go
9 lines
96 B
Go
package static
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:generate just static
|
|
//go:embed *
|
|
var Static embed.FS
|