Storious
Results
3
comments of
Storious
修改为 `append` 模式也没有效果 我修改后的`package.yaml`如下所示 ```proto layouts: - path: "{{.HandlerDir}}/{{.GenPackage}}/{{ToSnakeCase .ServiceName}}_test.go" loop_service: true update_behavior: type: "append" # 用于在 hz update 时跳过 append_key: "method" insert_key: "Test{{$.Name}}" append_tpl: |- func Test{{.Name}}(t *testing.T) {...
去掉之后可以实现期望的效果,但是如果不能使用--out_dir 指定输出目录,该如何以 `monorepo `方式组织项目呢?
原来如此,的确如你所说👍