Skip to content

Instantly share code, notes, and snippets.

View Siva-Karthi's full-sized avatar
🎯
Focusing

SIVA Siva-Karthi

🎯
Focusing
View GitHub Profile
@Siva-Karthi
Siva-Karthi / values_pointers.go
Created October 14, 2020 09:41 — 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