1. EachPod
EachPod

010: internal package gotchas

Author
Dominic St-Pierre
Published
Tue 27 Sep 2022
Episode Link
https://share.transistor.fm/s/2fa5945e

I recently created an exportable Go package from StaticBackend, an open source backend API which was self-hosted.

I ended up using the internal package way to heavily and this design decision bite me when I decided to create an exportable package. Now all things that needed to be expose that was in the internal package had to be refactored into their own packages.

Links:

Share to: