Lint code
This commit is contained in:
parent
a56dd7cc38
commit
681ca36b1c
10 changed files with 21 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ type Configuration struct {
|
|||
NextUpstream string `json:"nextUpstream"`
|
||||
}
|
||||
|
||||
// Equal tests for equality between two Configuration types
|
||||
func (l1 *Configuration) Equal(l2 *Configuration) bool {
|
||||
if l1 == l2 {
|
||||
return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue