Skip to content

Commit

Permalink
update: fix page number and refers original sample code (#317)
Browse files Browse the repository at this point in the history
* update: fix page number

* fix: book page number

* update: add original sample code
  • Loading branch information
hurutoriya authored Feb 21, 2024
1 parent cbf5958 commit f315131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/_example/db_search/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ Acknowledgements:
This example is taken in part from the following book for reference.
- p.372, 9.2 "データーベース登録プログラム", "Go言語プログラミングエッセンス エンジニア選書"
- p.204, 9.2 "データーベース登録プログラム", "Go言語プログラミングエッセンス エンジニア選書"
- Written by: Mattn
- Published: 2023/3/9 (技術評論社)
- ISBN: 4297134195 / 978-4297134198
- ASIN: B0BVZCJQ4F / https://amazon.co.jp/dp/4297134195
- Original sample code: https://github.com/mattn/aozora-search
*/
package main

Expand Down

0 comments on commit f315131

Please sign in to comment.