mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 11:56:34 +05:30
7 lines
75 B
Go
7 lines
75 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed dist/*
|
|
var EmbedDirStatic embed.FS
|