From ec9538a472ffecd723f4d0a66da0b9adea9c0816 Mon Sep 17 00:00:00 2001 From: ZhangYunHao Date: Sun, 3 Nov 2019 15:27:51 +0800 Subject: [PATCH] Updated CodeReviewComments (markdown) --- CodeReviewComments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeReviewComments.md b/CodeReviewComments.md index cfe5b9c4..3179365c 100644 --- a/CodeReviewComments.md +++ b/CodeReviewComments.md @@ -219,7 +219,7 @@ import ( goimports will do this for you. -## ImportBlank +## Import Blank Packages that are imported only for their side effects (using the syntax `import _ "pkg"`) should only be imported in the main package of a program, or in tests