pingcap / failpoint

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

README: refine quick start guide #34

Closed spongedu closed 5 years ago

spongedu commented 5 years ago

What problem does this PR solve?

Refine Quick Start Guide section of README.md according to the discussion in https://github.com/pingcap/failpoint/issues/33

What is changed and how it works?

Check List

The README.md Tests

Side effects

None

Related changes

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 5 years ago

Codecov Report

Merging #34 into master will not change coverage. The diff coverage is n/a.

@@             Coverage Diff             @@
##             master        #34   +/-   ##
===========================================
  Coverage   86.3938%   86.3938%           
===========================================
  Files             7          7           
  Lines           904        904           
===========================================
  Hits            781        781           
  Misses           77         77           
  Partials         46         46
spongedu commented 5 years ago

@lonng PTAL

lonng commented 5 years ago

@spongedu Thank you for your contribution.