fastpb icon indicating copy to clipboard operation
fastpb copied to clipboard

custom go_package name, error

Open sishui opened this issue 3 years ago • 1 comments

Describe the bug

When the go_package name is customized, the generated pb.fast.go is wrong

Steps to reproduce the behavior: custom go_package:

option go_package = "github.com/cloudwego/fastpb/examples/fastpb_gen/user/player;playercustom";

although the official documentation does not recommend this, but it is legal.

sishui avatar Dec 30 '22 07:12 sishui

感谢反馈,我后续会看下这个问题以及你的pr。

HeyJavaBean avatar Dec 30 '22 08:12 HeyJavaBean