diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/3/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/3/index.html | 46 |
1 files changed, 20 insertions, 26 deletions
diff --git a/services/nuldoc/public/blog/posts/3/index.html b/services/nuldoc/public/blog/posts/3/index.html index 25732a2d..ef478b30 100644 --- a/services/nuldoc/public/blog/posts/3/index.html +++ b/services/nuldoc/public/blog/posts/3/index.html @@ -70,6 +70,26 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2024-08-19/go-template-access-outer-scope-pipeline-within-with-or-range/"> + <header class="entry-header"> + <h2>【Go】 text/template の with や range の内側から外側の "." にアクセスする</h2> + </header> + <section class="entry-content"> + <p> + Go言語の text/template における with や range は "." を上書きする。これらの内側から外側の "." にアクセスする方法を調べた。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-08-19">2024-08-19</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + <span class="tag-inner">Go</span> + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-07-19/reparojson-fix-only-json-formatter/"> <header class="entry-header"> <h2>reparojson: 文法エラーを直すだけの JSON フォーマッタを作った</h2> @@ -286,32 +306,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2024-02-10/yapcjapan-2024-report/"> - <header class="entry-header"> - <h2>YAPC::Hiroshima 2024 参加レポ</h2> - </header> - <section class="entry-content"> - <p> - 2024-02-10 に開催された、YAPC::Hiroshima 2024 に参加した。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2024-02-10">2024-02-10</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - <span class="tag-inner">カンファレンス</span> - </li> - <li class="tag"> - <span class="tag-inner">Perl</span> - </li> - <li class="tag"> - <span class="tag-inner">YAPC</span> - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/2/">前へ</a> |
