Go Demo
A demo Go app to learn Go
Details
Using basic Monte Carlo method to estimate the value of PI.
Concurrency in mathutil/mathutil.go, depending on the numbers of cores available, it will try to use all the cores and run each Go routine for each core.
Demo deployed to heroku:
Increase the number to make PI more accurate.