mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-26 20:31:11 +08:00
8 lines
83 B
Go
8 lines
83 B
Go
package www
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html
|
|
//go:embed *.js
|
|
var Static embed.FS
|