summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-19 02:08:27 +0900
committernsfisis <nsfisis@gmail.com>2024-08-19 02:24:06 +0900
commit41203279e88ceb19e50fc47b9781cd57afc696cc (patch)
tree4506fb5404c431413394fcc9e08230d214280fec /vhosts/blog/public/posts/index.html
parent5f8709982bd83ab2abba68c00b33f6c1494d5d0b (diff)
downloadnsfisis.dev-41203279e88ceb19e50fc47b9781cd57afc696cc.tar.gz
nsfisis.dev-41203279e88ceb19e50fc47b9781cd57afc696cc.tar.zst
nsfisis.dev-41203279e88ceb19e50fc47b9781cd57afc696cc.zip
feat(blog/content): new post /posts/2024-08-19/go-template-access-outer-scope-pipeline-within-with-or-range/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
-rw-r--r--vhosts/blog/public/posts/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index 4a64804b..10069c06 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -43,6 +43,21 @@
<h1>投稿一覧</h1>
</header>
<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 の内側から外側の &quot;.&quot; にアクセスする</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ Go言語の text/template における with や range は &quot;.&quot; を上書きする。これらの内側から外側の &quot;.&quot; にアクセスする方法を調べた。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2024-08-19">2024-08-19</time> 投稿
+ </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>