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

@ -47,6 +47,7 @@ type External struct {
ResponseHeaders []string `json:"responseHeaders,omitEmpty"`
}
// Equal tests for equality between two External types
func (e1 *External) Equal(e2 *External) bool {
if e1 == e2 {
return true