mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
7 lines
73 B
Go
7 lines
73 B
Go
//go:build pprof
|
|
// +build pprof
|
|
|
|
package cmd
|
|
|
|
import _ "net/http/pprof"
|