mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-13 02:50:27 +08:00
1940ff4ac1
* govendor: Update github.com/golang/protobuf * govendor: Update github.com/gobwas/glob github.com/google/go-github * govendor: Update 3 github.com/robertkrimen/otto * govendor: Update 4 golang.org/x golang.org/x/crypto golang.org/x/net golang.org/x/sys golang.org/x/text golang.org/x/time golang.org/x/crypto * govendor: Update 5 github.com/aws/aws-sdk-go * govendor: Update 6 GCLOUD dependencies
15 lines
433 B
Markdown
15 lines
433 B
Markdown
# Contributing to staticcheck
|
|
|
|
## Before filing an issue:
|
|
|
|
### Are you having trouble building staticcheck?
|
|
|
|
Check you have the latest version of its dependencies. Run
|
|
```
|
|
go get -u honnef.co/go/tools/staticcheck
|
|
```
|
|
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 staticcheck? Make sure to carefully read `README`.
|