Skip to content

Instantly share code, notes, and snippets.

View nandotech's full-sized avatar

Fernando Rodriguez nandotech

View GitHub Profile
@nandotech
nandotech / JsonScanner.go
Created April 9, 2018 13:22
Deserializing JSON values in struct/db
package main
import (
"database/sql"
"encoding/json"
"errors"
"fmt"
"log"
_ "github.com/lib/pq"