Closed maxekman closed 11 years ago
This is a good point. A lot of this is because the code in wamp.go
was originally in its own package and had to be exported. I'll review it soon.
Ah, that explains it!
On 4 okt 2013, at 23:50, Joshua C Elliott notifications@github.com wrote:
This is a good point. A lot of this is because the code in wamp.go was originally in its own package and had to be exported. I'll review it soon.
— Reply to this email directly or view it on GitHub.
It seems to me at a first glance that there are too many methods and structures exported in the API. I think it could be cleaner, and this is just a note to evaluate this at some point.