You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're passing in the files to checker.go through loggercheck struct. Instead of passing in the file, we should create a map for files that match our criteria (declare logger etc) and pass that to checker.go instead. hence, we avoid looping over the file multiple times in checker.go
The text was updated successfully, but these errors were encountered:
Currently, we're passing in the files to checker.go through loggercheck struct. Instead of passing in the file, we should create a map for files that match our criteria (declare logger etc) and pass that to checker.go instead. hence, we avoid looping over the file multiple times in checker.go
The text was updated successfully, but these errors were encountered: