handles, merge, odb: changes for Go 1.6 pointer passing rules #282
Loading…
Reference in New Issue
No description provided.
Delete Branch "master"
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?
See http://tip.golang.org/cmd/cgo/#hdr-Passing_pointers .
There's a bunch of unrelated whitespace change that makes this harder to read, could you drop that?
Pull request updated.
I dropped the whitespace changes, but they were entirely from gofmt. I would suggest running gofmt on the Go files.
The
next
branch did get ago fmt
treatment, but I've keptmaster
as-is to reduce the amount of in-flight work that would conflict due to whitespace change.Thanks!