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