mirror of
https://github.com/adams549659584/go-proxy-bingai.git
synced 2025-06-03 15:02:30 +08:00
7 lines
61 B
Go
7 lines
61 B
Go
|
package web
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed *
|
||
|
var WebFS embed.FS
|