Registry / utility / getlantern-systray

getlantern-systray

JSON →
library1.2.2gogounverified

Package systray is a cross-platform Go library to place an icon and menu in the notification area.

go get github.com/getlantern/systray
INSTALL
IMPORT
SIG · GETLANTERN-SYSTRAY
G
getlantern-systray
utilitygov1.2.2
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.

systray
github.com/getlantern/systray

Minimal example to run a systray icon with a menu item.

package main import ( "github.com/getlantern/systray" ) func main() { systray.Run(onReady, nil) } func onReady() { systray.SetTitle("My App") systray.AddMenuItem("Quit", "Quit the app") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
getlantern-systray — go get getlantern-systray · libregistry