-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(fixer.go, main.go): replace regex with glob pattern for file…
… ignoring - Change variable naming and logic in `fixer.go` to use `filepath.Glob` for matching files, enhancing flexibility and usability. - Update flag description in `main.go` to reflect the change from regex to glob pattern, improving clarity for end-users.
- Loading branch information
1 parent
dfb1e95
commit 5bc430c
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters