Make New*BackendFromC take unsafe.Pointer as argument #348
Loading…
Reference in New Issue
No description provided.
Delete Branch "git2go_issue_314"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Offers a solution to #314
The change is simple and allows usage of NewOdbBackendFromC and NewRefdbBackendFromC.
I really dislike having void pointers, but it doesn't look like the compiler gives us another option here.