Skip to content

Instantly share code, notes, and snippets.

View Nearhan's full-sized avatar

Farhan Syed Nearhan

View GitHub Profile
@Nearhan
Nearhan / project.go
Created June 9, 2018 20:17
project struct
package project
import (
"encoding/json"
"time"
"github.com/satori/go.uuid"
"gitlab.qntfy.com/qcr/drago/core"
"gitlab.qntfy.com/qcr/drago/networks"
)
package core
import (
"database/sql"
"encoding/json"
"time"
"github.com/lib/pq"
uuid "github.com/satori/go.uuid"
"go.uber.org/zap"