From 0421b6e51a2bcbfde9f79d51d0d6a0b6caaa2e8a Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Thu, 23 Apr 2020 00:41:26 +0300 Subject: [PATCH] readme: re-generate --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fcd03a6fd0a..ccc4bac415f2 100644 --- a/README.md +++ b/README.md @@ -782,8 +782,8 @@ linters-settings: modules: # List of blocked modules # - github.com/uudashr/go-module: # Blocked module # recommendations: # Recommended modules that should be used instead (Optional) - # - golang.org/x/mod - # reason: "`mod` is the official go.mod parser library." # Reason why the recommended module should be used (Optional) + # - golang.org/x/mod + # reason: "`mod` is the official go.mod parser library." # Reason why the recommended module should be used (Optional) govet: # report about shadowed variables check-shadowing: true