package web import "embed" //go:embed www/index.html var IndexFile string ////go:embed www/socketio-client-tool/* var SocketIOClientTool embed.FS //go:embed resources/* var ResourcesFiles embed.FS