Advertisement
Guest User

Untitled

a guest
Mar 9th, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.11 KB | None | 0 0
  1. type Struct struct {
  2.     value int
  3. }
  4.  
  5. var staticInt *int
  6.  
  7. func doSmth(value *int) {
  8.     staticInt = value
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement