Wrong copy/paste TODO

This commit is contained in:
shadrus 2015-10-05 22:27:03 +03:00
parent 3e8884a7f1
commit 13ba260d76

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