gitee.com/go-genie/sqlx@v1.0.3/connectors/mysql/strconv.go (about) 1 package mysql 2 3 import _ "unsafe" 4 5 //go:linkname quoteWith strconv.quoteWith 6 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string