From 595432a6d15fadb8cb628af3cfa1e32c3216891c Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Wed, 1 Aug 2018 22:38:25 -0600 Subject: [PATCH] rendered in real time by --- render.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.go b/render.go index 157e0aa..ce71a6c 100644 --- a/render.go +++ b/render.go @@ -122,7 +122,7 @@ func renderTile(w http.ResponseWriter, r *http.Request) { ip := GetOutboundIP() - addLabel(img, 20, 30, fmt.Sprintf("%s", ip.String())) + addLabel(img, 20, 30, fmt.Sprintf("rendered by \n%s", ip.String())) //addLabel(img, 20, 30, fmt.Sprintf("%s/%s/%s.png", components[1], components[2], components[3])) w.Header().Set("Content-Type", "image/png") png.Encode(w, img)