Writing “social network“ in go lang, part 7, writing tests

I decided to try to write a “social network“, like facebook, vkontakte and such, for fun, in go lang ( ). In the this part we write test for our web socket protocol and for basic actions like registration and authorisation. All source code (including which uses darwin-notify from my unrealsync project) is available at github: Live demo is available at
Back to Top