This is an automated email from the ASF dual-hosted git repository.

lujiajing pushed a commit to branch add-pprof
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit 09f2b70853fc1209cac667532d70e487911150ca
Author: Megrez Lu <[email protected]>
AuthorDate: Fri Jan 28 09:30:45 2022 +0800

    fix lint
---
 banyand/prof/pprof.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/banyand/prof/pprof.go b/banyand/prof/pprof.go
index 4c8754d..dd5698e 100644
--- a/banyand/prof/pprof.go
+++ b/banyand/prof/pprof.go
@@ -19,6 +19,7 @@ package prof
 
 import (
        "net/http"
+       // Register pprof package
        _ "net/http/pprof"
 
        "github.com/apache/skywalking-banyandb/pkg/logger"

Reply via email to