Merge pull request #205 from claytono/add-pprof

Add pprof for profiling
This commit is contained in:
Matthias Rampke 2019-04-23 09:01:09 +00:00 committed by GitHub
commit 9963806a62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ import (
"bufio"
"net"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
"strconv"