mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2026-04-22 23:57:20 +08:00
9 lines
101 B
Go
9 lines
101 B
Go
package www
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html
|
|
//go:embed *.js
|
|
//go:embed *.json
|
|
var Static embed.FS
|