Hi,
I am running a golang Webserver on Linux and FreeBSD. I have generated
certificates using SHA1 algo but I have observed different result while
doing CPU profiling on both the machines. Linux is fine but on FreeBSD
blockAMD64 is the second highest CPU consumer after syscall.Syscall. It
loo
What version of Go are you using (go version)?
go version devel +e6f9f39 Mon Aug 29 18:25:33 2016 + linux/amd64
Checkout 1.7 from git master branch and compiled.
What operating system and processor architecture are you using (go env)?
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOS
What version of Go are you using (go version)?
go version devel +e6f9f39 Mon Aug 29 18:25:33 2016 + linux/amd64
Checkout 1.7 from git master branch and compiled.
What operating system and processor architecture are you using (go env)?
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHO