From 682ffae6db749ba63df4b8bc1739974346bb14d7 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 31 Oct 2016 12:07:13 -0400 Subject: internal/pprof/profile: new package, moved from cmd/internal/pprof/profile This allows both the runtime and the cmd/pprof code to use the package, just like we do for internal/trace. Change-Id: I7606977284e1def36c9647354c58e7c1e93dba6b Reviewed-on: https://go-review.googlesource.com/32452 Run-TryBot: Russ Cox Reviewed-by: Brad Fitzpatrick --- src/cmd/internal/pprof/plugin/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/internal/pprof/plugin') diff --git a/src/cmd/internal/pprof/plugin/plugin.go b/src/cmd/internal/pprof/plugin/plugin.go index d5025d5517..ff1e8adfaf 100644 --- a/src/cmd/internal/pprof/plugin/plugin.go +++ b/src/cmd/internal/pprof/plugin/plugin.go @@ -13,7 +13,7 @@ import ( "strings" "time" - "cmd/internal/pprof/profile" + "internal/pprof/profile" ) // A FlagSet creates and parses command-line flags. -- cgit v1.3