Commit 684b1c9
Fabian Holler
updateurls: use consistent method receiver name for Endpoint struct
This fixes the following golint warning:
update-urls/main.go:658:1: receiver name ep should be consistent
with previous receiver name e for
Endpoint1 parent 56aff56 commit 684b1c9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
659 | | - | |
| 658 | + | |
| 659 | + | |
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
| 663 | + | |
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| |||
0 commit comments