Tags: undefinedlabs/go-mpatch
Tags
Code style and refactoring changes (#7) * Code style and refactoring changes * fmt changes * add go1.10 in the test suite * adding go1.9 in the test matrix * adding go1.8 in the test matrix * test matrix changes * adding go1.7 in the test matrix * try to add macos to the test matrix * go1.6 in test matrix * remove go1.6 from the test matrix due an error in go get for macos
Code style and refactoring changes (#7) * Code style and refactoring changes * fmt changes * add go1.10 in the test suite * adding go1.9 in the test matrix * adding go1.8 in the test matrix * test matrix changes * adding go1.7 in the test matrix * try to add macos to the test matrix * go1.6 in test matrix * remove go1.6 from the test matrix due an error in go get for macos
Pointer safety (#6) * removes uintptr and uses unsafe.Pointer * experiment test for GC * Update README.md
PreviousNext