mirror of https://github.com/milvus-io/milvus.git
parent
45d75bb821
commit
6c145ca41b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue