Implement most of the oid_-functions as Methods #17
Loading…
Reference in New Issue
No description provided.
Delete Branch "oid"
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?
I need some oid-comparison-functions and the like. I went out on a limb and just reimplemented most of the functionality of the oid-group. I used Methods even for the comparison-functions, because it keeps the namespace cleaner and I used native go to avoid a basically unnecessary C-function-call overhead (which I heard is quite big in cgo).
Seems reasonable. Thank you!