1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-30 00:00:14 +01:00
restic/internal/server/assets/fs.go
2024-04-28 22:00:16 +02:00

6 lines
72 B
Go

package assets
import "embed"
//go:embed *.html *.css
var FS embed.FS