readme: re-generate

This commit is contained in:
Aleksandr Razumov 2020-04-23 00:41:26 +03:00
parent 898bbb176e
commit 0421b6e51a
No known key found for this signature in database
GPG Key ID: 1D14A82D2E311045

View File

@ -782,8 +782,8 @@ linters-settings:
modules: # List of blocked modules modules: # List of blocked modules
# - github.com/uudashr/go-module: # Blocked module # - github.com/uudashr/go-module: # Blocked module
# recommendations: # Recommended modules that should be used instead (Optional) # recommendations: # Recommended modules that should be used instead (Optional)
# - golang.org/x/mod # - golang.org/x/mod
# reason: "`mod` is the official go.mod parser library." # Reason why the recommended module should be used (Optional) # reason: "`mod` is the official go.mod parser library." # Reason why the recommended module should be used (Optional)
govet: govet:
# report about shadowed variables # report about shadowed variables
check-shadowing: true check-shadowing: true