You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/01/28 01:31:11 UTC

[skywalking-banyandb] 02/02: fix lint

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 <lu...@gmail.com>
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"