Closed jplot closed 3 years ago
Note: Linter job has failed with:
utils.go:53:21: Error return value of `msg.SetQueryAddress` is not checked (errcheck)
msg.SetQueryAddress(q, ta)
^
utils.go:71:22: Error return value of `msg.SetQueryAddress` is not checked (errcheck)
Also you can run linter locally via golangci-lint
@jplot Thanks!
Closes https://github.com/networkservicemesh/fanout/issues/30