Selvatico / go-mocket

Go GORM & SQL mocking library
MIT License
220 stars 36 forks source link

Clarification in README #8

Closed vallieres closed 6 years ago

vallieres commented 6 years ago

Update some of the readme wording and some typos

I had troubles understanding why it would not return me a proper DummyID in my Dummy struct until I realized that the Reply must me mapped to the database fields and not the struct fields.

I will also add more examples to the wiki.