Remove GOMAXPROCS

This commit is contained in:
Hajime Hoshi 2013-12-10 21:17:39 +09:00
parent c18b1cc9bd
commit a0cf1e5d55

View File

@ -13,7 +13,6 @@ import (
func init() {
runtime.LockOSThread()
runtime.GOMAXPROCS(runtime.NumCPU())
}
func loadImage(path string) (image.Image, error) {