123456789101112 |
- //go:build socketio_client_tool
- // +build socketio_client_tool
- package socketio_client_tool
- /* 20230419 pms 删除 =======================================================================================================
- func Enable(router *gin.Engine) {
- socketIOToolRoot, _ := fs.Sub(web.SocketIOClientTool, "www/socketio-client-tool")
- router.StaticFS("/socketio-client-tool", http.FS(socketIOToolRoot))
- }
- * ========================================================================================================================= */
|