underscore in folder name crashes “ignite scaffold module mymodule”
Summary An underspecified project root directory (space_chain) caused the Ignite CLI scaffold command to create protobuf directory structures with an inconsistent naming scheme (spacechain vs. space_chain). This mismatch triggered a panic in the gogoproto plugin because the physical file paths (spacechain/customcheck/params.proto) did not match the logical package qualifiers expected by the Go imports (space_chain/customcheck). The … Read more