We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3731d97 commit aa256cfCopy full SHA for aa256cf
examples/main.go
@@ -17,7 +17,7 @@ func main() {
17
analysis := NewAnalysis(redis)
18
19
//Scan the keys which can be split by '#' ':'
20
- //special pattern characters need to escape by '\'
+ //Special pattern characters need to escape by '\'
21
analysis.Start([]string{"#", ":"}, 3000)
22
23
//Find the csv file in default target folder: ./reports
0 commit comments