From cbf31be4f832ac1a2ab73570c74c99d861885a3a Mon Sep 17 00:00:00 2001 From: Jaana Burcu Dogan Date: Sun, 25 Jun 2017 16:55:56 -0700 Subject: [PATCH] fix the redirect message --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9f6c1e2..0affecd 100644 --- a/main.go +++ b/main.go @@ -87,7 +87,7 @@ var vanityTmpl, _ = template.New("vanity").Parse(` -Nothing to see here; move along. +Nothing to see here; see the package on godoc. `)