fix http templates (#783)

pull/785/head
Tony Chen 4 years ago committed by GitHub
parent f9522036da
commit 2b47dc4dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/protoc-gen-go-http/template.go

@ -2,8 +2,8 @@ package main
import (
"bytes"
"html/template"
"strings"
"text/template"
)
var httpTemplate = `

Loading…
Cancel
Save