Update docs of CONTRIBUTING (#11300)

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
pull/11310/head
shiyu22 2021-11-05 13:29:27 +08:00 committed by GitHub
parent 45d75bb821
commit 6c145ca41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ We highly recommend you refer to and comply to the following style guides when y
- Coding style: refer to the [Effictive Go Style Guide](https://golang.org/doc/effective_go)
We also use `golangci-lint` to perform code check. Run the following command before submit your pull request and make sure there is no issue reported:
We also use `golangci-lint` to perform code check. Run the following command before submitting your pull request and make sure there is no issue reported:
```shell
$ make static-check