ci(ci): add ci #1
Annotations
4 errors
Run go vet
Process completed with exit code 1.
|
Run go vet:
server/server_test.go#L458
the cancel function returned by context.WithCancel should be called, not discarded, to avoid a context leak
|
Run go vet:
server/server.go#L362
this return statement may be reached without using the cancel var defined on line 353
|
Run go vet:
server/server.go#L353
the cancel function is not used on all paths (possible context leak)
|
Loading