mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-05 08:16:55 +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
|