Fix method comment in PasswordMessage

pull/2211/head
EinoPlasma 2024-12-29 20:59:24 +08:00
parent bcf3fbd780
commit 02e387ea64
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ type PasswordMessage struct {
// Frontend identifies this message as sendable by a PostgreSQL frontend.
func (*PasswordMessage) Frontend() {}
// Frontend identifies this message as an authentication response.
// InitialResponse identifies this message as an authentication response.
func (*PasswordMessage) InitialResponse() {}
// Decode decodes src into dst. src must contain the complete message with the exception of the initial 1 byte message