Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

19ページの誤り #364

Closed
YoshikiShibata opened this issue Mar 3, 2018 · 1 comment
Closed

19ページの誤り #364

YoshikiShibata opened this issue Mar 3, 2018 · 1 comment

Comments

@YoshikiShibata
Copy link

19ページの「2.2 Go言語のインタフェース」のコード例では、次のようにTalkメソッドを宣言している。

func (g Greeter) Talk() {

この場合レシーバーはポインタ型ではないが、main関数では、次のように書かれている。

talker = &Greeter{"wozozo"}

コンパイルできるし、実行もできるが紛らわしいと思います。特に、20ページには(g Greeter)(g *Greeter)の表記を用いた説明があり、そもそも19ページのコードはどちらを意図して書かれているのかが不明瞭となっていると思います。

@LambdaNote
Copy link
Owner

ありがとうございます。#29 に転記ずみ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants