Hacker News new | ask | show | jobs
by aric 4049 days ago
If you wanted to do that:

   b := &a
   fmt.Println((*b)[0])