Registry / networking / burntsushi-xgb

burntsushi-xgb

JSON →
library0.0.0-20210121224620-deaf085860bcgogounverified

Package XGB provides a low-level API to communicate with the core X protocol and many X extensions.

go get github.com/BurntSushi/xgb
INSTALL
IMPORT
SIG · BURNTSUSHI-XGB
B
burntsushi-xgb
networkinggov0.0.0-20210121224620-deaf085860bc
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.

xgb
github.com/BurntSushi/xgb

Connect to the X server and retrieve setup information.

package main import ( "github.com/BurntSushi/xgb" "github.com/BurntSushi/xgb/xproto" ) func main() { X, _ := xgb.NewConn() defer X.Close() setup := xproto.Setup(X) _ = setup }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210121224620-deaf085860bclatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
19
Amazon
1
OpenAI (training)
1
Resources
burntsushi-xgb — go get burntsushi-xgb · libregistry