Created
January 21, 2019 19:37
-
-
Save shanev/9837f683777a1b7633dd7ab311985ab0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add adds any number of models as a database rows | |
func (c *Client) Add(model ...interface{}) error { | |
return c.Insert(model...) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment