Monday, February 18, 2013

Golang: the performance of Goroutines

Found this article about the performance of Goroutines: http://en.munknex.net/2011/12/golang-goroutines-performance.html

The performance is just tremendous awesome, you should really check out this article.

Sunday, February 17, 2013

GoTray 1.4.2 is released

GoTray 1.4.2 is released:
  • "Watch and Test" feature is added.
  • Multiple window to monitor projects, tasks.
  • Support CGO environment variable
  • Project settings editor.

No more talking, here is the screenshot:


You can use GoTray with your favorite editor to do the automatic continuous testing:


Friday, February 15, 2013

GoTray 1.3.3


GoTray 1.3.3 is released, GoTray aims to be a small, faster continuous integration system for your local environment.

Just download it and enjoy the fast iteration with GoTray.

Sunday, February 10, 2013

GoTray for Mac OS



I made this Mac OS App after work today - GoTray, which is an application manages your godoc server process, you can simply click to start a godoc server or stop it.

It will automatically opens your browser to open the local godoc web documentation.

While I decided to upload this Mac OS App to the Mac OS App Store, and I found one thing, which is that developers *MUST* enable the "Entitlement" feature in their XCode, and the App Sandboxing should also be enabled to pass the binary validation.

Unfortunately this was announced in the last year, and which means any application related with filesystem, system commands won't be uploaded to Mac App Store...

Click here to download "GoTray"