cmd: don't double gops

This commit is contained in:
Cadey Ratio 2017-12-11 19:00:17 -08:00
parent d16b00a1a4
commit b69d98d29b
2 changed files with 0 additions and 26 deletions

View File

@ -1,13 +0,0 @@
package main
import (
"log"
"github.com/google/gops/agent"
)
func init() {
if err := agent.Listen(nil); err != nil {
log.Fatal(err)
}
}

View File

@ -1,13 +0,0 @@
package main
import (
"log"
"github.com/google/gops/agent"
)
func init() {
if err := agent.Listen(nil); err != nil {
log.Fatal(err)
}
}