mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-11 06:38:27 -06:00
7 lines
67 B
Go
7 lines
67 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
//go:embed *
|
|
var StaticFs embed.FS
|