Merge pull request from shadrus/fix-tests

Wrong copy/paste TODO
This commit is contained in:
Manu Mtz.-Almeida 2016-01-26 20:07:41 +01:00
commit a34088ab31
1 changed files with 0 additions and 6 deletions

View File

@ -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)
}