ostreedev / ostree-go

Golang bindings for httt://github.com/ostreedev/ostree
Other
48 stars 24 forks source link

fix bugs resulting from updates to Go and Ostree API #1

Closed 14rcole closed 7 years ago

14rcole commented 7 years ago

Since this was last updated, Go version 1.7 was released and the OSTree API was updated. Because of this, ostree_repo_checkout_tree_at() was deprecated and replaced with ostree_repo_checkout_at() and g_object_unref() could not be called in go without casting a pointer to a gpointer. The ostree-go code was updated to reflect these changes