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

This commit is contained in:
Eason Lin 2017-07-10 14:45:19 +08:00 committed by Bo-Yi Wu
parent df3b79e805
commit 8436a9d829
1 changed files with 0 additions and 1 deletions

View File

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