Skip to content

Commit 9071539

Browse files
authored
Update const.go
1 parent 40aed26 commit 9071539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
// Connection attributes
2121
// See https://dev.mysql.com/doc/refman/8.0/en/performance-schema-connection-attribute-tables.html#performance-schema-connection-attributes-available
2222
connAttrClientName = "_client_name"
23-
connAttrClientNameValue = "GO-MySQL-Driver"
23+
connAttrClientNameValue = "Go-MySQL-Driver"
2424
connAttrOS = "_os"
2525
connAttrOSValue = runtime.GOOS
2626
connAttrPlatform = "_platform"

0 commit comments

Comments
 (0)