From 79e1ade153a3d2d23e0d46fe65f4ab57f736b139 Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Sat, 20 Apr 2024 15:16:07 +0100 Subject: [PATCH] Add dict links to cloud fn output. --- cloudfn.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cloudfn.go b/cloudfn.go index 9949201..613a952 100644 --- a/cloudfn.go +++ b/cloudfn.go @@ -124,7 +124,12 @@ var resultsTmpl = template.Must(template.New("results").Parse(` {{ end }} `))