Skip to content

Commit

Permalink
Merge pull request #91 from budougumi0617/add-errata
Browse files Browse the repository at this point in the history
docs: エラッタを追加
  • Loading branch information
budougumi0617 authored Sep 1, 2024
2 parents b08e287 + 9f8e1d7 commit 80eb57b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ mux.Post("/register", ru.ServeHTTP)
「たとえば、`example.com/root/internal`パッケージに`exported``Hoge`型が宣言されていた場合でも、」に修正。
[@yakkun](https://github.com/yakkun)さん[ご指摘](https://github.com/budougumi0617/go_todo_app/discussions/80) ありがとうございました(2023/01/29)

**P50 SECTION-019 モジュールとパッケージ**
`たとえば、あるGitHubeにあるリポジトリが1モジュールで、`」ではなく、「`たとえば、あるGitHubにあるリポジトリが1モジュールで、`」に修正。
[@hajipy](https://github.com/hajipy) さん[ご指摘](https://github.com/budougumi0617/go_todo_app/discussions/89) ありがとうございました(2024/09/01)

**P51 SECTION-020 Go Modules**
`極力、古いバージョンが選択されるので「パッケージX」は「パッケージX v1.0.1」が選ばれます。`」ではなく、「`「パッケージX」はたとえv1.0.9がリリースされていても、「パッケージX v1.0.8」が選ばれます。`」に修正。
[@hajipy](https://github.com/hajipy) さん[ご指摘](https://github.com/budougumi0617/go_todo_app/discussions/90) ありがとうございました(2024/09/01)

**P77 リスト8.3 「errors.New」関数と「fmt.Errorf」関数**
`return errors.New("GetAuthor: id is invalid")`」ではなく、「`return nil, errors.New("GetAuthor: id is invalid")`」に修正。
Expand Down

0 comments on commit 80eb57b

Please sign in to comment.