From 0b8c983ece56b63c433a65fd3de6a411cb2aac87 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 17 Feb 2017 00:17:26 -0500 Subject: runtime/pprof/internal/profile: move internal/pprof/profile here Nothing needs internal/pprof anymore except the runtime/pprof tests. Move the package here to prevent new dependencies. Change-Id: Ia119af91cc2b980e0fa03a15f46f69d7f71d2926 Reviewed-on: https://go-review.googlesource.com/37165 Run-TryBot: Russ Cox TryBot-Result: Gobot Gobot Reviewed-by: Michael Matloob --- src/cmd/trace/pprof.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cmd/trace/pprof.go') diff --git a/src/cmd/trace/pprof.go b/src/cmd/trace/pprof.go index dea3a749fc..40803ac5f9 100644 --- a/src/cmd/trace/pprof.go +++ b/src/cmd/trace/pprof.go @@ -9,13 +9,14 @@ package main import ( "bufio" "fmt" - "internal/pprof/profile" "internal/trace" "io" "io/ioutil" "net/http" "os" "os/exec" + + "github.com/google/pprof/profile" ) func init() { -- cgit v1.3