Lint code

This commit is contained in:
Manuel de Brito Fontes 2017-07-26 23:07:59 -04:00
parent a56dd7cc38
commit 681ca36b1c
10 changed files with 21 additions and 2 deletions

View file

@ -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