Skip to content

Instantly share code, notes, and snippets.

View Jossuecito's full-sized avatar

Jossue Jossuecito

View GitHub Profile
@Jossuecito
Jossuecito / main.go
Created June 18, 2020 18:35 — forked from alex-leonhardt/main.go
golang text/template with a map[string]interface{} populated from mixed json data
package main
import (
"encoding/json"
"os"
"reflect"
"text/template"
)
@Jossuecito
Jossuecito / postgres-brew.md
Created March 28, 2019 00:57 — forked from ibraheem4/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update