Skip to content

Fixed wrong usage of unsafe.Pointer

Compare
Choose a tag to compare
@danieljoos danieljoos released this 09 Apr 19:10
· 53 commits to master since this release

Corrected some usages of unsafe.Pointer according to the golang
documentation. Used go vet to verify.

This also adds and updates the package documentation.
Some examples have been added to the documentation.