Skip to content

Instantly share code, notes, and snippets.

View alecha's full-sized avatar

alecha alecha

View GitHub Profile
@alecha
alecha / main.go
Created November 19, 2015 09:04
Gist to reproduce the CreatedAt behaviour in Gorm library (GO)
package main
import (
"encoding/json"
"errors"
"time"
_ "github.com/go-sql-driver/mysql"
"github.com/jinzhu/gorm"
)