add (disabled) profiling instrumentation to example server

This commit is contained in:
Lucas Clemente
2016-10-13 09:13:32 +01:00
parent a919eead0b
commit 29c3259e42

View File

@@ -100,6 +100,7 @@ func init() {
}
func main() {
// defer profile.Start().Stop()
go func() {
log.Println(http.ListenAndServe("localhost:6060", nil))
}()