mirror of
https://github.com/restic/restic.git
synced 2025-03-30 00:00:14 +01:00
6 lines
72 B
Go
6 lines
72 B
Go
package assets
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html *.css
|
|
var FS embed.FS
|