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