package singlethreaded import "runtime" func init() { runtime.GOMAXPROCS(1) }