fix: implement nil-safe Context methods on typhon.Request #52
Annotations
14 errors
|
test (1.17.x, ubuntu-latest):
request.go#L36
impossible type switch case: r.Context (type context.Context) cannot have dynamic type Request (wrong type for Value method)
|
|
test (1.17.x, ubuntu-latest):
request.go#L38
impossible type switch case: r.Context (type context.Context) cannot have dynamic type *Request (wrong type for Value method)
|
|
test (1.17.x, ubuntu-latest):
request.go#L291
undefined: any
|
|
test (1.17.x, ubuntu-latest)
undeclared name: any
|
|
test (1.17.x, ubuntu-latest)
Process completed with exit code 2.
|
|
test (1.18.x, ubuntu-latest)
The job was canceled because "_1_17_x_ubuntu-latest" failed.
|
|
test (1.18.x, ubuntu-latest)
The operation was canceled.
|
|
test (1.18.x, ubuntu-latest):
buffer.go#L17
exported type StreamerWriter should have comment or be unexported
|
|
test (1.18.x, ubuntu-latest):
client.go#L61
func HttpService should be HTTPService
|
|
test (1.18.x, ubuntu-latest):
http.go#L106
func HttpHandler should be HTTPHandler
|
|
test (1.18.x, ubuntu-latest):
response_test.go#L280
should replace v.closed += 1 with v.closed++
|
|
test (1.18.x, ubuntu-latest):
response_writer.go#L9
exported type ResponseWriter should have comment or be unexported
|
|
test (1.18.x, ubuntu-latest):
server.go#L16
exported type Server should have comment or be unexported
|
|
test (1.18.x, ubuntu-latest):
server.go#L111
exported function Listen should have comment or be unexported
|