From 3d6390ed2bf3824b53841a92938639ea9b844e0c Mon Sep 17 00:00:00 2001 From: shadrus Date: Mon, 5 Oct 2015 21:59:22 +0300 Subject: [PATCH] Wrong copy/paste TODO --- logger_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/logger_test.go b/logger_test.go index dc6ba64b..c1471fe9 100644 --- a/logger_test.go +++ b/logger_test.go @@ -12,12 +12,6 @@ import ( "github.com/stretchr/testify/assert" ) -//TODO -// func (engine *Engine) LoadHTMLGlob(pattern string) { -// func (engine *Engine) LoadHTMLFiles(files ...string) { -// func (engine *Engine) Run(addr string) error { -// func (engine *Engine) RunTLS(addr string, cert string, key string) error { - func init() { SetMode(TestMode) }