Vasilev Ivan

Results 2 issues of Vasilev Ivan

For example ``` func NewProduct(name string, price float64, seller ValidatedSeller) *Product { return &Product{ Id: uuid.New(), CreatedAt: time.Now(), UpdatedAt: time.Now(), Name: name, Price: price, Seller: seller.Seller, } } ``` *...

There should be a easy way to create new `Decimal` from *big.Float. And if not, why? I would like to add it.