// Package main provides ... package main import ( // "net/http" // _ "net/http/pprof" ) func main() { // pprof // go func() { // http.ListenAndServe(":6060", nil) // }() Run() }