From b9db81f0b228a6134be66c49346c4ff675a1110c Mon Sep 17 00:00:00 2001 From: Shintaro Ikeda Date: Thu, 22 Apr 2021 23:59:32 +0900 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 674b6ba..19754bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # strictgoimports +strictgoimports is made to resolve an issue goimports has. The issue is still discussed [here](https://github.com/golang/go/issues/20818). + ## Install ```