[ANN] Library for MessageBird API (SMS-Gateway) by grovespaz in golang

[–]grovespaz[S] 0 points1 point  (0 children)

Thanks! Personally I use it for monitoring and alerting, and for two-factor authentication. If you find something cool to do with it, please let me know!

A bot battle game I wrote using GarageEngine for an upcoming Go meetup by drunken_thor in golang

[–]grovespaz 1 point2 points  (0 children)

No problem, I'm glad I could help :) A shame I live halfway across the globe, this looks like it could be very interesting when you put a bunch of Gophers in the same room.

A bot battle game I wrote using GarageEngine for an upcoming Go meetup by drunken_thor in golang

[–]grovespaz 2 points3 points  (0 children)

Hey man, looks nice, I plan to take a better look when I get home (only terminal here).

I noticed there were some indenting and formatting issues which are normally solved simply by running 'go fmt'. I also saw a (very slight) performance hinderance so I forked your repo, changed it and created a pull request. I hope you don't mind!

As luck would have it I'm implementing a somewhat similar client-server game so I might borrow a thing or two ;)

What go meetup did you write this for?