goc
goc copied to clipboard
naming conflict causes redeclaration issue
when goc build
, there is a chance that we use a name which is used by goc code, such as registerHandlers,
we use this name as well, so I failed to build it:
./main.go:26: registerHandlers redeclared in this block
previous declaration at ./http_cover_apis_auto_generated.go:1045:6
Hi @uveege , thanks for your question. Let's enhance it.