gopkg
gopkg copied to clipboard
feature request: quote for single quote
Summary
QuoteSingle("a") -> 'a' QuoteSingle("abc") -> 'abc' QuoteSingle("ab'c") -> 'ab'c'
Motivation
wu
Explanation
No response