Skip to content

Instantly share code, notes, and snippets.

View mpcsb's full-sized avatar
🏠
Working from home

mpcsb

🏠
Working from home
View GitHub Profile
@mpcsb
mpcsb / values_pointers.go
Created July 31, 2020 15:46 — forked from josephspurrier/values_pointers.go
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