You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2020/12/21 07:57:39 UTC

[skywalking-eyes] 05/25: dev

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

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git

commit 1beba9eed88d3bd855bc1398db5d7b54adc11c71
Author: Hoshea <fg...@gmail.com>
AuthorDate: Sat Nov 21 23:08:31 2020 +0800

    dev
---
 cmd/root.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/root.go b/cmd/root.go
index d030d02..fed1758 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -140,7 +140,7 @@ func Walk(p string, cfg *Config) error {
 			scanner := bufio.NewScanner(file)
 			for scanner.Scan() {
 				line := scanner.Text()
-				if strings.Contains()
+				//if strings.Contains()
 			}
 
 		}