Skip to content

Instantly share code, notes, and snippets.

View avrebarra's full-sized avatar
👨‍🚀
Experimenting on things

Avre Barra avrebarra

👨‍🚀
Experimenting on things
View GitHub Profile
@avrebarra
avrebarra / values_pointers.go
Created September 30, 2019 05:27 — 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
@avrebarra
avrebarra / README-Template.md
Created January 17, 2018 02:01 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites