diff --git a/CodeReviewComments.md b/Revert-my-change.md similarity index 99% rename from CodeReviewComments.md rename to Revert-my-change.md index 3179365c..cfe5b9c4 100644 --- a/CodeReviewComments.md +++ b/Revert-my-change.md @@ -219,7 +219,7 @@ import ( goimports will do this for you. -## Import Blank +## ImportBlank 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