LinuxSuRen / api-testing

YAML based API testing tool. 开源接口调试、测试工具。Mock Server

Home Page:https://linuxsuren.github.io/api-testing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect HTTP request body with the Golang code generator

LinuxSuRen opened this issue · comments

我进行了简单的复现
image
导致这个问题应该是因为在golang_generator.go使用了html/template进行解析
image

我的想法是,查看是否有方法在不改变html/template模式下进行特判。

不过我没有理解这句话的含义

missing import "byes"

commented

查看是否有方法在不改变html/template模式下进行特判

是否采用 text/template 也足够呢

missing import "byes"

指的是缺少了对应的包引用,会导致编译失败

I would like to try!

commented

Close because it is completed.