Преглед на файлове

Merge pull request #979 from easonlin404/fix-comment

fix(comment): remove todo
Javier Provecho Fernandez преди 8 години
родител
ревизия
2521d8246d
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      gin.go

+ 0 - 1
gin.go

@@ -345,7 +345,6 @@ func (engine *Engine) handleHTTPRequest(context *Context) {
 		}
 	}
 
-	// TODO: unit test
 	if engine.HandleMethodNotAllowed {
 		for _, tree := range engine.trees {
 			if tree.method != httpMethod {