gitee.com/wgliang/goreporter@v0.0.0-20180902115603-df1b20f7c5d0/linters/golint/CONTRIBUTING.md (about)

     1  # Contributing to Golint
     2  
     3  ## Before filing an issue:
     4  
     5  ### Are you having trouble building golint?
     6  
     7  Check you have the latest version of its dependencies. Run
     8  ```
     9  go get -u github.com/golang/lint
    10  ```
    11  If you still have problems, consider searching for existing issues before filing a new issue.
    12  
    13  ## Before sending a pull request:
    14  
    15  Have you understood the purpose of golint? Make sure to carefully read `README`.