Skip to content

Commit

Permalink
Merge pull request #84 from budougumi0617/add-eratta
Browse files Browse the repository at this point in the history
docs: 説明不足の点を追記
  • Loading branch information
budougumi0617 authored Mar 20, 2023
2 parents afed7b9 + 6552092 commit a12f9b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"prettier.enable": false
}
4 changes: 4 additions & 0 deletions errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ s := NewServer(l, mux)
「`).WithArgs(okTask.Title, okTask.Status, c.Now(), c.Now()).`」ではなく、「` ).WithArgs(okTask.Title, okTask.Status, okTask.Created, okTask.Modified).`」に修正。
[@halllllll](https://github.com/halllllll)さん[ご指摘](https://github.com/budougumi0617/go_todo_app/discussions/76) ありがとうございました(2023/01/15)

**P204 HTTPハンドラーからRDBMSを使った永続化を行う**
「`ru 関数の実装もNewMux関数のシグネチャの変更に伴ってリスト19.4のように変更しました。`」のあとに「`単純な動作確認のみのmux_test.goはここでファイルごと削除します。`」を追加。
[@mom0tomo](https://github.com/mom0tomo)さん、[@mi-bear](https://github.com/mi-bear)さん、[ご指摘](https://github.com/budougumi0617/go_todo_app/discussions/83)ありがとうございました(2023/03/20)

**P216 「service」パッケージの実装**
「`store` パッケージを利用して実際の登録データを組み立てる処理がリスト19.21の実装です。」の後に「リスト19.21中で利用する`UserRegister`インターフェースの定義はサンプルコードリポジトリの[`_chapter19/section79/service/interface.go`](https://github.com/budougumi0617/go_todo_app/blob/main/_chapter19/section79/service/interface.go)を参考にご用意ください。」
[@youta32449999](https://github.com/youta32449999)さん[ご指摘](https://github.com/budougumi0617/go_todo_app/discussions/55) ありがとうございました(2022/09/15)
Expand Down

0 comments on commit a12f9b3

Please sign in to comment.