An open API service indexing awesome lists of open source software.

https://github.com/jferrl/go-desktop-app

Golang desktop app example based on https://github.com/webview/webview
https://github.com/jferrl/go-desktop-app

Last synced: about 2 months ago
JSON representation

Golang desktop app example based on https://github.com/webview/webview

Awesome Lists containing this project

README

          

# go-desktop-app

Golang desktop app example based on https://github.com/webview/webview

## Build ui

esc -o ../../api/static.go -pkg api ./

## Build go

### MacOS

go build -o desktopapp.app/Contents/MacOS/desktopapp cmd/go-desktopapp/main.go