gofr
gofr copied to clipboard
Method naming mismatch
In different datasources, methods with similar functionalities are named differently.
Like: logQueryAndSendMetrics
and postProcess
both does the same task, but have different names in different packages.
We can find out such mismatches and fix the naming conventions for methods (unexported only
).