diff --git a/main.go b/main.go index ccf97c02..004a8640 100644 --- a/main.go +++ b/main.go @@ -12,6 +12,8 @@ import ( ) func main() { + // "github.com/pkg/profile" + // defer profile.Start(profile.CPUProfile).Stop() if err := cli.Run(); err != nil { fmt.Println(err) }