Skip to content

Instantly share code, notes, and snippets.

@mkock
Created October 2, 2021 20:25
Show Gist options
  • Select an option

  • Save mkock/5cf7c2074210ae854cd0ef9cd86633c3 to your computer and use it in GitHub Desktop.

Select an option

Save mkock/5cf7c2074210ae854cd0ef9cd86633c3 to your computer and use it in GitHub Desktop.
func main() {
p := player{} // Equivalent to p := player{nil}
fmt.Println(p.intelligence()) // panic: runtime error: invalid memory address or nil pointer dereference
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment