Skip to content

Instantly share code, notes, and snippets.

@jackyyf
Created May 12, 2015 13:49
Show Gist options
  • Save jackyyf/df4944e470db08c97d73 to your computer and use it in GitHub Desktop.
Save jackyyf/df4944e470db08c97d73 to your computer and use it in GitHub Desktop.
Gist by paste.py @ 2015-05-12 21:49:40.178159
package main
import (
"fmt"
)
type X *X
func main() {
var x X
x = &x
fmt.Printf("%+v\n", **********x == **********************************x)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment