010: internal package gotchas
go podcast() - A podcast by Dominic St-Pierre
Categories:
I talk about how the internal package can be used wrongly. I recently had to expose a Go package that I never thought would be expose, hence I've heavily used the internal package, a bad decision.