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ページの正誤情報 #29

Open
1 task
LambdaNote opened this issue Jan 9, 2018 · 0 comments
Open
1 task

19ページの正誤情報 #29

LambdaNote opened this issue Jan 9, 2018 · 0 comments
Labels
1刷 2刷 enhancement New feature or request

Comments

@LambdaNote
Copy link
Owner

LambdaNote commented Jan 9, 2018

  • 参考情報 from 19ページの誤り #364 by @YoshikiShibata

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

    func (g Greeter) Talk() {

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

    talker = &Greeter{"wozozo"}

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

@LambdaNote LambdaNote reopened this Mar 4, 2018
Repository owner deleted a comment from LambdaNote Feb 1, 2019
@k16shikano k16shikano added the enhancement New feature or request label Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1刷 2刷 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants