From 02e387ea6493ec262e83f5cc8d699a8aa51fe95d Mon Sep 17 00:00:00 2001 From: EinoPlasma <1805544976@qq.com> Date: Sun, 29 Dec 2024 20:59:24 +0800 Subject: [PATCH] Fix method comment in PasswordMessage --- pgproto3/password_message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgproto3/password_message.go b/pgproto3/password_message.go index d820d327..67b78515 100644 --- a/pgproto3/password_message.go +++ b/pgproto3/password_message.go @@ -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