From 68b5784cb8ed8986b723595cb2e6833b428099a3 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 28 Feb 2019 18:30:02 +0100 Subject: commented on the exported Index funtion --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index a799956..da2fdb0 100644 --- a/main.go +++ b/main.go @@ -68,6 +68,7 @@ func NFW(w http.ResponseWriter, r *http.Request) { } } +// Index handles request on the / endpoint func Index(w http.ResponseWriter, r *http.Request) { log.Print(fmt.Fprintln(w, "usage: nfw.docker.localhost/NFW?x=&y=&z=")) } -- cgit 1.4.1