Skip to content

isensee-bastian/pointers-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pointers

  • Reference vs value semantics
  • Creating pointers, dereferencing
  • What does nil mean
  • Structs and pointers
  • Why don't slices and maps need pointers
  • What about pointer arithmetic