Guest User

Untitled

a guest
Jan 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // Add adds any number of models as a database rows
  2. func (c *Client) Add(model ...interface{}) error {
  3. return c.Insert(model...)
  4. }
Add Comment
Please, Sign In to add comment