chore: remove legacy code (#1766)

This commit is contained in:
Kevin Wan
2022-04-06 23:24:20 +08:00
committed by GitHub
parent 4e48286838
commit 9fe868ade9
2 changed files with 1 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ package {{.PkgName}}
import (
"net/http"
{{if .After1_1_10}}"github.com/zeromicro/go-zero/rest/httpx"{{end}}
"github.com/zeromicro/go-zero/rest/httpx"
{{.ImportPackages}}
)