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