Documentation ¶ Index ¶ func In(query string, args []interface{}) (string, []interface{}, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func In ¶ func In(query string, args []interface{}) (string, []interface{}, error) In expands slice values in args, returning the modified query string and a new arg list that can be executed by a database. The `query` should use the `?` bindVar. The return value uses the `?` bindVar. Types ¶ This section is empty. Source Files ¶ View all Source files in.go Click to show internal directories. Click to hide internal directories.