jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Export less methods to the API #16

Closed maxekman closed 11 years ago

maxekman commented 11 years ago

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.

jcelliott commented 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.

maxekman commented 11 years ago

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.