segmentio / nsq-go

Go package providing tools for building NSQ clients, servers and middleware.
MIT License
100 stars 20 forks source link

Fix typo in (*Client).MultiPublish method name #37

Open seoester opened 5 years ago

seoester commented 5 years ago

I fixed the typo (MutliPublish -> MultiPublish) but also created an alias for backwards compatibility.

This way the API is left intact but new users can use the method without the typo.