Skip to content

Instantly share code, notes, and snippets.

@mattn
Created February 17, 2015 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattn/87f163e4c0b205628b03 to your computer and use it in GitHub Desktop.
Save mattn/87f163e4c0b205628b03 to your computer and use it in GitHub Desktop.
package main
import (
"unsafe"
)
type _ unsafe.Pointer
func main() {
}
package main
import (
"unsafe"
)
var _ unsafe.Pointer
func main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment