aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-28 19:30:45 -0400
committerChristine Dodrill <me@christine.website>2019-06-28 19:30:45 -0400
commit81f461f4f8938228fb734f08507858cb4cef4954 (patch)
tree62ff446152b5763ff78d86645f3981f62b5a2a41 /internal
parent3c15aa9b16851f4eb226b1e49c494ee907cd0edd (diff)
downloadx-81f461f4f8938228fb734f08507858cb4cef4954.tar.xz
x-81f461f4f8938228fb734f08507858cb4cef4954.zip
internal: kill gops
Diffstat (limited to 'internal')
-rw-r--r--internal/gops.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/internal/gops.go b/internal/gops.go
deleted file mode 100644
index 43d71c1..0000000
--- a/internal/gops.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package internal
-
-import (
- "log"
-
- "github.com/google/gops/agent"
-)
-
-func init() {
- if err := agent.Listen(agent.Options{}); err != nil {
- log.Fatal(err)
- }
-}