From d6d43c4e05025958ed63b9d2523b10ecbfdb6cd7 Mon Sep 17 00:00:00 2001 From: deepoil Date: Thu, 6 Aug 2020 15:57:59 +0900 Subject: [PATCH] delete unused const MINEXML2 --- context.go | 1 - 1 file changed, 1 deletion(-) diff --git a/context.go b/context.go index a9458833..a2802183 100644 --- a/context.go +++ b/context.go @@ -29,7 +29,6 @@ const ( MIMEJSON = binding.MIMEJSON MIMEHTML = binding.MIMEHTML MIMEXML = binding.MIMEXML - MIMEXML2 = binding.MIMEXML2 MIMEPlain = binding.MIMEPlain MIMEPOSTForm = binding.MIMEPOSTForm MIMEMultipartPOSTForm = binding.MIMEMultipartPOSTForm