sonhnguyenn

Results 2 issues of sonhnguyenn

Will I be able to make my own Joins query and somehow go-pg can map the fields to the corresponding model? ``` err := ecrawler.DB2.Model(&products). Column("product.*"). Joins("variants on ...."). Joins("options...

I am wondering how can I set this up to run on a set of floats? In java code is .nextDouble(), which is a float between 0 and 1.