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 <[email protected]> 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() } }
