mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Sebastiaan van Stijn](/assets/img/avatar_default.png)
- all changes here are attributed to difference in behaviour between, namely: - resolution of secondary test dependencies - prunning of non-Go files Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
15 lines
412 B
Markdown
15 lines
412 B
Markdown
# Contributing to Golint
|
|
|
|
## Before filing an issue:
|
|
|
|
### Are you having trouble building golint?
|
|
|
|
Check you have the latest version of its dependencies. Run
|
|
```
|
|
go get -u golang.org/x/lint/golint
|
|
```
|
|
If you still have problems, consider searching for existing issues before filing a new issue.
|
|
|
|
## Before sending a pull request:
|
|
|
|
Have you understood the purpose of golint? Make sure to carefully read `README`.
|