mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-26 01:07:52 +00:00
9 lines
114 B
Go
9 lines
114 B
Go
package internal
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:generate just tailwindcss-build
|
|
//go:embed static
|
|
var Static embed.FS
|