fix annotated data issue where it returns nil initialised errors. #14
Annotations
10 errors
lint:
providers/annotated/annotated.go#L1
: # github.com/jonhadfield/ipscout/providers/annotated [github.com/jonhadfield/ipscout/providers/annotated.test]
|
lint:
providers/annotated/annotated_test.go#L69
c.Validate undefined (type providers.ProviderClient has no field or method Validate)
|
lint:
providers/annotated/annotated_test.go#L74
c.Providers undefined (type providers.ProviderClient has no field or method Providers)
|
lint:
providers/annotated/annotated_test.go#L76
c.Host undefined (type providers.ProviderClient has no field or method Host)
|
lint:
providers/annotated/annotated_test.go#L82
cannot use c (variable of type providers.ProviderClient) as *ProviderClient value in return statement: need type assertion (typecheck)
|
lint:
providers/criminalip/criminalip.go#L274
field `entries` is unused (unused)
|
lint:
providers/criminalip/criminalip.go#L719
structtag: struct field DetectInfo0 repeats json tag "detect_info" also at criminalip.go:717 (govet)
|
lint:
providers/providers.go#L145
ineffectual assignment to ageMatch (ineffassign)
|
lint:
providers/providers.go#L146
ineffectual assignment to netMatch (ineffassign)
|
lint
issues found
|