From a0cf1e5d55730aeb9d3b21760dfff506d91758ba Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 10 Dec 2013 21:17:39 +0900 Subject: [PATCH] Remove GOMAXPROCS --- example/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/example/main.go b/example/main.go index 2b7061f4f..4668d7ac7 100644 --- a/example/main.go +++ b/example/main.go @@ -13,7 +13,6 @@ import ( func init() { runtime.LockOSThread() - runtime.GOMAXPROCS(runtime.NumCPU()) } func loadImage(path string) (image.Image, error) {