type github.com/Masterminds/squirrel.concatExpr

4 uses

	github.com/Masterminds/squirrel (current package)
		expr.go#L84: type concatExpr []interface{}
		expr.go#L86: func (ce concatExpr) ToSql() (sql string, args []interface{}, err error) {
		expr.go#L110: func ConcatExpr(parts ...interface{}) concatExpr {
		expr.go#L111: 	return concatExpr(parts)