# webviewdemo **Repository Path**: flowerzero/webviewdemo ## Basic Information - **Project Name**: webviewdemo - **Description**: 演示go+webview,使用了go:embed嵌入静态文件 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-24 - **Last Updated**: 2022-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Golang Webview Demo 1. 使用了 https://github.com/webview/webview 2. 后台使用 http建立服务 3. 静态文件使用go:embed嵌入文件 4. 从js函数调用go函数,并传递参数 5. 从go函数调用js函数,并传递参数