File: README.md

package info (click to toggle)
golang-github-pingcap-check 0.0~git20170902.0.4c65d06-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: makefile: 3
file content (13 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Instructions
============

Install the package with:

    go get github.com/pingcap/check
    
Import it with:

    import "github.com/pingcap/check"

and use _check_ as the package name inside the code.