Closed nisainan closed 2 years ago
This PR:
fix code annotation and update deps, replace value receiver with pointer receiver of struct Provider
No test required
Struct Provider has methods on both value and pointer receivers. Such usage is not recommended by the Go Documentation
All committers have signed the CLA.
Hello,
A PR with several subjects is not a good practice, you will have to split your PR to create one PR by subject.
You will also have to explain your changes (ex: why did you update each dependency)
What does this PR do?
This PR:
fix code annotation and update deps, replace value receiver with pointer receiver of struct Provider
How to test it
No test required
Additional Notes
Struct Provider has methods on both value and pointer receivers. Such usage is not recommended by the Go Documentation