Skip to content

Instantly share code, notes, and snippets.

View ggdx's full-sized avatar

Daniel White ggdx

View GitHub Profile
@ggdx
ggdx / values_pointers.go
Created October 6, 2019 11:11 — 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