Skip to content

Instantly share code, notes, and snippets.

@hiepndd
Created May 25, 2019 11:02
Show Gist options
  • Save hiepndd/b0d7af027c6678d6b2508dd335364aeb to your computer and use it in GitHub Desktop.
Save hiepndd/b0d7af027c6678d6b2508dd335364aeb to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
var p *int
fmt.Println("p = ", p)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment