Hack of the century
(count int)
| 97 | |
| 98 | // Hack of the century |
| 99 | func QueryVariadic(count int) string { |
| 100 | return QueryVariadicOffset(count, 0) |
| 101 | } |
| 102 | |
| 103 | func QueryVariadicOffset(count, offset int) string { |
| 104 | str := "(" |
no test coverage detected