From 2bf0f688f895aa19f976051e30b967a6187e27b4 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Thu, 3 Jan 2019 13:55:15 -0800 Subject: template: Bundle in binary with bindata (#36) This uses go-bindata/go-bindata to bundle the template in the binary. I also realized that the handler test was now broken because we were checking the exact contents of the index page in the test. This change fixes that too. --- tools.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tools.go') diff --git a/tools.go b/tools.go index d2af1bd..23aa5b2 100644 --- a/tools.go +++ b/tools.go @@ -3,6 +3,7 @@ package main import ( + _ "github.com/go-bindata/go-bindata/go-bindata" _ "github.com/golang/lint/golint" _ "honnef.co/go/tools/cmd/staticcheck" ) -- cgit v1.2.3