p.248 リスト20.28のif err = u.ComparePassword(pw); err != nil {
について
#59
Unanswered
youta32449999
asked this question in
Q&A
Replies: 1 comment 1 reply
-
ご指摘ありがとうございます。これは「 https://github.com/budougumi0617/go_todo_app/releases/tag/v1.0.7 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
p.248 リスト20.28内の
if err = u.ComparePassword(pw); err != nil {
というコードで:=
ではなく=
を使用しているのはなぜでしょうか?浅学で大変申し訳ないのですが、ご教授いただければ幸いです。どうぞよろしくお願いいたします。
Beta Was this translation helpful? Give feedback.
All reactions