Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoubleSlashComment ¶
func EscapeBacktick ¶ added in v1.5.0
Go string literals cannot contain backtick. If a string contains a backtick, replace it the following way:
input:
SELECT `group` FROM foo
output:
SELECT ` + "`" + `group` + "`" + ` FROM foo
The escaped string must be rendered inside an existing string literal ¶
A string cannot be escaped twice
func LowerTitle ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.