Registry / utility / tinyzimmer-go-glib

tinyzimmer-go-glib

JSON →
library0.0.25gogounverified

Go bindings for GLib, providing access to core data structures and utilities from the GLib library.

go get github.com/tinyzimmer/go-glib
INSTALL
IMPORT
SIG · TINYZIMMER-GO-GLIB
T
tinyzimmer-go-glib
utilitygov0.0.25
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.

glib
github.com/tinyzimmer/go-glib

Create and use a GLib list

package main import ( "fmt" "github.com/tinyzimmer/go-glib" ) func main() { list := glib.List{} list.Append("hello") fmt.Println(list.Data()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tinyzimmer-go-glib — go get tinyzimmer-go-glib · libregistry