jmoiron / modl

golang database modelling library
MIT License
479 stars 48 forks source link

Documentation on DbMap.Get method is wrong #43

Open tmc opened 8 years ago

tmc commented 8 years ago

"Returns a pointer to a struct that matches or nil if no row is found." is incorrect as Get reruns just an error.