fengchuan1021/gowindowsclientwebview
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
use go create windows exe application,using edge webview (chrome kernel) as gui. compiled szie much smaller the qt webview, or electron. #build static data go-bindata -o=data/data.go -pkg=data static/... #compile application go build -ldflags "-extld=gcc -extldflags=resources.syso" main.go