mirror of https://github.com/minio/minio.git
fix: typo in CONTRIBUTING.md (#12907)
This commit is contained in:
parent
b7e3651d3c
commit
17e0de1e87
|
@ -56,7 +56,7 @@ $ git push origin my-new-feature
|
|||
Pull requests can be created via GitHub. Refer to [this document](https://help.github.com/articles/creating-a-pull-request/) for detailed steps on how to create a pull request. After a Pull Request gets peer reviewed and approved, it will be merged.
|
||||
|
||||
## FAQs
|
||||
### How does ``MinIO`` manages dependencies?
|
||||
### How does ``MinIO`` manage dependencies?
|
||||
``MinIO`` uses `go mod` to manage its dependencies.
|
||||
- Run `go get foo/bar` in the source folder to add the dependency to `go.mod` file.
|
||||
|
||||
|
|
Loading…
Reference in New Issue