introduce a basic tracer #235
Annotations
14 errors and 1 warning
go vet:
proxy_test.go#L78
not enough arguments in call to p.Proxy
|
go vet:
proxy_test.go#L106
not enough arguments in call to p.Proxy
|
go vet:
proxy_test.go#L120
not enough arguments in call to p.Proxy
|
go vet:
proxy_test.go#L128
cannot use req (variable of type *Request) as *net.UDPConn value in argument to p.ProxyConnectedSocket
|
go vet:
proxy_test.go#L128
cannot use conn (variable of type *net.UDPConn) as *Tracer value in argument to p.ProxyConnectedSocket
|
go vet
not enough arguments in call to proxy.Proxy
|
go vet
Process completed with exit code 1.
|
staticcheck:
proxy_test.go#L78
not enough arguments in call to p.Proxy
|
staticcheck:
proxy_test.go#L106
not enough arguments in call to p.Proxy
|
staticcheck:
proxy_test.go#L120
not enough arguments in call to p.Proxy
|
staticcheck:
proxy_test.go#L128
cannot use req (variable of type *Request) as *net.UDPConn value in argument to p.ProxyConnectedSocket
|
staticcheck:
proxy_test.go#L128
cannot use conn (variable of type *net.UDPConn) as *Tracer value in argument to p.ProxyConnectedSocket (compile)
|
staticcheck:
cmd/proxy/main.go#L67
not enough arguments in call to proxy.Proxy
|
staticcheck
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading