Multiple packages in managed cloud

Hi, today all my runtime code is in a single Nakama module.

But at this point, I would like to separate my code into different Nakama modules

The builder in the managed cloud notes that “Your custom code will need to live at the root of the repository.”

Isn’t this mean that I can’t separate my code into different packages and therefore I can’t define different Nakama modules?

Thanks.

@oshribin You can easily create multiple Go packages to split up the logic for your game. There’s no difference whether it’s used as the base for a builder on the Heroic cloud. It’s all treated as Go packages.

What sort of code layout in your repo do you want which you’ve not been able to achieve?