Registry / utility / robotn-xgbutil

robotn-xgbutil

JSON →
library0.10.0gogounverified

Utilities for working with the X Go Binding (XGB) library.

go get github.com/robotn/xgbutil
INSTALL
IMPORT
SIG · ROBOTN-XGBUTIL
R
robotn-xgbutil
utilitygov0.10.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.

xgbutil
github.com/robotn/xgbutil

Connect to the X server using xgbutil.

package main import ( "fmt" "github.com/robotn/xgbutil" ) func main() { xgbUtil, err := xgbutil.NewConn() if err != nil { panic(err) } defer xgbUtil.Conn().Close() fmt.Println("Connected to X server") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
robotn-xgbutil — go get robotn-xgbutil · libregistry