@@ -8,9 +8,14 @@ import (
"math/rand"
"net/http"
"os"
"runtime"
"time"
)
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
}
func main() {
var (
// Flags
The note is not visible to the blocked user.