Bläddra i källkod

fix(comment): remove todo

Eason Lin 9 år sedan
förälder
incheckning
71d3ae4f92
1 ändrade filer med 0 tillägg och 1 borttagningar
  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 {