Skip to content

Instantly share code, notes, and snippets.

@datchley
datchley / react-redux-style-guide.md
Last active September 12, 2024 04:07
React + Redux Style Guide
@josephspurrier
josephspurrier / values_pointers.go
Last active August 21, 2024 04: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