Registry / utility / ostreedev-ostree-go

ostreedev-ostree-go

JSON →
library0.0.0-20210805093236-719684c64e4fgogounverified

Go bindings for OSTree, a tool for managing bootable, immutable, versioned filesystem trees.

go get github.com/ostreedev/ostree-go
INSTALL
IMPORT
SIG · OSTREEDEV-OSTREE-G
O
ostreedev-ostree-go
utilitygov0.0.0-20210805093236-719684c64e4f
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.

ostree
github.com/ostreedev/ostree-go

Opens an OSTree repository and prints the repo object.

package main import ( "fmt" "github.com/ostreedev/ostree-go" ) func main() { repo, err := ostree.OpenRepo("/path/to/repo") if err != nil { fmt.Println(err) return } fmt.Println(repo) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210805093236-719684c64e4flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ostreedev-ostree-go — go get ostreedev-ostree-go · libregistry