Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
681
func
quote(str string) string {
682
return
fmt.Sprintf(
"`%s`"
, str)
683
}
684
685
func
readFixtures(path string, v
interface
{}) {
686
f, err := os.Open(path)
Callers
1
sql_test.go
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected