diff --git a/README.md b/README.md index 7819884..047a485 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Usage of goimports-reviser: company - inter-org or your company libs(if you set '-company-prefixes'-option, then 4th group will be split separately. In other case, it will be the part of general purpose libs); project - your local project dependencies; blanked - imports with "_" alias; - dotted - imports with "." alias; + dotted - imports with "." alias. Optional parameter. (default "std,general,company,project") -list-diff Option will list files whose formatting differs from goimports-reviser. Optional parameter. diff --git a/main.go b/main.go index d509d89..e4f1425 100644 --- a/main.go +++ b/main.go @@ -113,7 +113,9 @@ func init() { std - std import group; general - libs for general purpose; company - inter-org or your company libs(if you set '-company-prefixes'-option, then 4th group will be split separately. In other case, it will be the part of general purpose libs); -project - your local project dependencies. +project - your local project dependencies; +blanked - imports with "_" alias; +dotted - imports with "." alias. Optional parameter.`, )