profiler: fix import

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-02-14 14:25:04 +03:00
parent cc7ebedf22
commit a11dd00174
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"net/http/pprof"
"sync"
"github.com/unistack-org/micro/v3/debug/profile"
profile "github.com/unistack-org/micro/v3/profiler"
)
type httpProfile struct {

View File

@ -9,7 +9,7 @@ import (
"sync"
"time"
"github.com/unistack-org/micro/v3/debug/profile"
profile "github.com/unistack-org/micro/v3/profiler"
)
type profiler struct {