summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/atom.xml
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/atom.xml
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/atom.xml')
-rw-r--r--vhosts/blog/public/atom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/vhosts/blog/public/atom.xml b/vhosts/blog/public/atom.xml
index 99c568bb..26da1cf2 100644
--- a/vhosts/blog/public/atom.xml
+++ b/vhosts/blog/public/atom.xml
@@ -7,7 +7,15 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2024-07-19T00:00:00+09:00</updated>
+ <updated>2024-08-19T00:00:00+09:00</updated>
+ <entry>
+ <id>urn:uuid:eed112e4-3227-4b3f-9991-7e11c288ee2b</id>
+ <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-08-19/go-template-access-outer-scope-pipeline-within-with-or-range/"></link>
+ <title>【Go】 text/template の with や range の内側から外側の &quot;.&quot; にアクセスする</title>
+ <summary>Go言語の text/template における with や range は &quot;.&quot; を上書きする。これらの内側から外側の &quot;.&quot; にアクセスする方法を調べた。</summary>
+ <published>2024-08-19T00:00:00+09:00</published>
+ <updated>2024-08-19T00:00:00+09:00</updated>
+ </entry>
<entry>
<id>urn:uuid:222488dd-cf07-4961-83aa-a014b05369ff</id>
<link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-07-19/reparojson-fix-only-json-formatter/"></link>