chore: fix some comments

Signed-off-by: cloudclaim <824973921@qq.com>
This commit is contained in:
cloudclaim 2024-06-07 16:28:29 +08:00
parent 0059194a9e
commit 1905c9ac46
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ func FixImports(ctx context.Context, filename string, src []byte, opt *Options)
// env is needed.
func ApplyFixes(fixes []*ImportFix, filename string, src []byte, opt *Options, extraMode parser.Mode) (formatted []byte, err error) {
// Don't use parse() -- we don't care about fragments or statement lists
// here, and we need to work with unparseable files.
// here, and we need to work with unparsable files.
fileSet := token.NewFileSet()
parserMode := parser.Mode(0)
if opt.Comments {