Simon Paredes

Results 5 comments of Simon Paredes

A simple approach is: ``` type Numeric struct { pgtype.Numeric } func NewNumeric(i *big.Int) *Numeric { n := new(Numeric) n.Int = i n.Status = pgtype.Present return n } func (n...

@LucasRoesler pinging you, just make sure you saw this. Thanks!!

I'm working on PR for this.