MCPcopy Create free account
hub / github.com/cloudwan/gohan / quote

Function quote

db/sql/sql_test.go:681–683  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

679})
680
681func quote(str string) string {
682 return fmt.Sprintf("`%s`", str)
683}
684
685func readFixtures(path string, v interface{}) {
686 f, err := os.Open(path)

Callers 1

sql_test.goFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected