madari / go-socket.io

A Socket.IO backend implementation written in Go
http://gopkgdoc.appspot.com/pkg/github.com/madari/go-socket.io
MIT License
412 stars 64 forks source link

strings.Split is now strings.SplitN #3

Closed bpowers closed 13 years ago

madari commented 13 years ago

Hi!

Thank you for this! You've just made the very first pull request on go-socket.io :D I can't however merge it, since the master branch is supposed to be compatible with the latest Go releases. The dev branch is "weeklyishy" (although go-socket.io targets at Go releases only).

So I went and ran gofix (using the latest weekly) against the dev branch and it fixed some other things too, so I'll close this pull request here.

JP

bpowers commented 13 years ago

That makes sense - I'm happy as long as it builds :) go-socket.io has worked fantastically for me so far, so good job!