diff --git a/sample/_example/db_search/main.go b/sample/_example/db_search/main.go index b79aad4..a811a27 100644 --- a/sample/_example/db_search/main.go +++ b/sample/_example/db_search/main.go @@ -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