Explorar o código

fix(render): remove repeated static check. (#998)

Eason Lin %!s(int64=8) %!d(string=hai) anos
pai
achega
8436a9d829
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      render/render.go

+ 0 - 1
render/render.go

@@ -24,7 +24,6 @@ var (
 	_ HTMLRender = HTMLProduction{}
 	_ Render     = YAML{}
 	_ Render     = MsgPack{}
-	_ Render     = MsgPack{}
 )
 
 func writeContentType(w http.ResponseWriter, value []string) {