Skip to content

Instantly share code, notes, and snippets.

View clbx's full-sized avatar
🤠

clay clbx

🤠
  • Philadelphia, PA
  • 19:47 (UTC -04:00)
View GitHub Profile
@josephspurrier
josephspurrier / values_pointers.go
Last active April 28, 2024 16:41
Golang - Asterisk and Ampersand Cheatsheet
/*
********************************************************************************
Golang - Asterisk and Ampersand Cheatsheet
********************************************************************************
Also available at: https://play.golang.org/p/lNpnS9j1ma
Allowed:
--------
p := Person{"Steve", 28} stores the value