github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/golang/lint/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`.