MCPcopy
hub / github.com/go-sql-driver/mysql / init

Function init

driver_test.go:42–46  ·  driver_test.go::init
()

Source from the content-addressed store, hash-verified

40var driverNameTest string
41
42func init() {
43 if driverNameTest == "" {
44 driverNameTest = driverName
45 }
46}
47
48// Ensure that all the driver interfaces are implemented
49var (

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected