Skip to content

Commit d65e6ae

Browse files
authoredSep 6, 2022
Merge pull request #1083 from nhooyr/fix-receiver-51e2
2 parents 8c6de56 + 89fee89 commit d65e6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎error.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ func (err *Error) Get(k byte) (v string) {
449449
return ""
450450
}
451451

452-
func (err Error) Error() string {
452+
func (err *Error) Error() string {
453453
return "pq: " + err.Message
454454
}
455455

0 commit comments

Comments
 (0)
Please sign in to comment.