Renames NotFound() to NoRoute()

This commit is contained in:
Manu Mtz-Almeida
2014-07-17 23:42:23 +02:00
parent d91cfbade4
commit 4731e82bb7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,5 +39,5 @@ func (engine *Engine) LoadHTMLTemplates(pattern string) {
// DEPRECATED. Use NotFound() instead
func (engine *Engine) NotFound404(handlers ...HandlerFunc) {
engine.NotFound(handlers...)
engine.NoRoute(handlers...)
}