一般golang中的测试代码都以xxx_test.go的样式,在命名测试函数的时候以Testxx开头。以下是我写的一个单元:
What is the $1? Is that the match found for (\\d+)? $line =~ /^(\\d+)\\s/; next if(!defined($1) ) ; $paperAnnot{开发者_运维技巧$1} = $line;