Registry / utility / gen2brain-dlgs

gen2brain-dlgs

JSON →
library0.0.0-20220603100644-40c77870fa8dgogounverified

A cross-platform library for displaying native dialogs and input boxes in Go applications.

go get github.com/gen2brain/dlgs
INSTALL
IMPORT
SIG · GEN2BRAIN-DLGS
G
gen2brain-dlgs
utilitygov0.0.0-20220603100644-40c77870fa8d
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.

dlgs
github.com/gen2brain/dlgs

Show a list selection dialog

package main import ( "fmt" "github.com/gen2brain/dlgs" ) func main() { item, _, err := dlgs.List("Choose", "Select an option:", []string{"A", "B", "C"}) if err != nil { panic(err) } fmt.Println(item) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220603100644-40c77870fa8dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gen2brain-dlgs — go get gen2brain-dlgs · libregistry