Files
go2rtc/www/static.go
T
2022-08-19 16:56:44 +03:00

7 lines
67 B
Go

package www
import "embed"
//go:embed *.html
var Static embed.FS