1
0
mirror of https://github.com/restic/restic.git synced 2024-06-25 07:47:44 +02:00
restic/internal/server/assets/fs.go
Alexander Neumann 8a5ac6dc13 Rework server
2024-04-25 21:40:46 +02:00

7 lines
61 B
Go

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