Skip to content

Commit

Permalink
Change name to Go-MySQL-Driver as suggested in go-sql-driver#343
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jun 9, 2015
1 parent a4dc8d9 commit 29710c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packets.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (mc *mysqlConn) writeAuthPacket(cipher []byte) error {

attrs := make(map[string]string)
attrs["_os"] = runtime.GOOS
attrs["_client_name"] = "Go MySQL Driver"
attrs["_client_name"] = "Go-MySQL-Driver"
attrs["_pid"] = strconv.Itoa(os.Getpid())
attrs["_platform"] = runtime.GOARCH
attrs["program_name"] = path.Base(os.Args[0])
Expand Down

0 comments on commit 29710c0

Please sign in to comment.