Files
go2rtc/www/static.go
T
2025-12-27 12:08:39 +03:00

8 lines
83 B
Go

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