pingcap / failpoint

An implementation of failpoints for Golang.
Apache License 2.0
817 stars 63 forks source link

*: add comment to make linter happy #18

Closed lonng closed 5 years ago

lonng commented 5 years ago

Signed-off-by: Lonng chris@lonng.org

What problem does this PR solve?

Linter will report some warning in no comment with exported elements.

What is changed and how it works?

Add comment to make linter happy

Check List

Tests

Side effects

N/A

Related changes

N/A

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will increase coverage by 1.8583%. The diff coverage is n/a.

@@               Coverage Diff               @@
##            master        #18        +/-   ##
===============================================
+ Coverage   76.655%   78.5133%   +1.8583%     
===============================================
  Files            7          7                
  Lines          861        861                
===============================================
+ Hits           660        676        +16     
+ Misses         126        109        -17     
- Partials        75         76         +1
lonng commented 5 years ago

@amyangfei @kennytm PTAL again