Registry / utility / asticode-go-astilectron

asticode-go-astilectron

JSON →
library0.30.0gogounverified

A Go library for building cross-platform desktop applications using Electron and Go.

go get github.com/asticode/go-astilectron
INSTALL
IMPORT
SIG · ASTICODE-GO-ASTILE
A
asticode-go-astilectron
utilitygov0.30.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

astilectron
github.com/asticode/go-astilectron

Initialize and start an Astilectron application.

package main import ( "github.com/asticode/go-astilectron" "log" ) func main() { app, err := astilectron.New(log.Default()) if err != nil { log.Fatal(err) } defer app.Close() app.Start() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.30.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Meta
1
Resources
asticode-go-astilectron — go get asticode-go-astilectron · libregistry