From 2b47dc4dfb9e523a871126490e239c8efa5e5b9c Mon Sep 17 00:00:00 2001 From: Tony Chen Date: Wed, 17 Mar 2021 20:27:16 +0800 Subject: [PATCH] fix http templates (#783) --- cmd/protoc-gen-go-http/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/protoc-gen-go-http/template.go b/cmd/protoc-gen-go-http/template.go index 6a5e0849a..add156dd7 100644 --- a/cmd/protoc-gen-go-http/template.go +++ b/cmd/protoc-gen-go-http/template.go @@ -2,8 +2,8 @@ package main import ( "bytes" - "html/template" "strings" + "text/template" ) var httpTemplate = `