feat: implement an apache adaptor #113
Annotations
6 errors
Golangci Lint:
bridge/apache_bridge.go#L22
S1034: assigning the result of this type assertion to a variable (switch reader := reader.(type)) could eliminate type assertions in switch cases (gosimple)
|
Golangci Lint:
bridge/apache_bridge.go#L24
S1034(related information): could eliminate this type assertion (gosimple)
|
Golangci Lint:
bridge/apache_bridge.go#L26
S1034(related information): could eliminate this type assertion (gosimple)
|
Golangci Lint:
bridge/apache_bridge.go#L50
S1034: assigning the result of this type assertion to a variable (switch writer := writer.(type)) could eliminate type assertions in switch cases (gosimple)
|
Golangci Lint:
bridge/apache_bridge.go#L52
S1034(related information): could eliminate this type assertion (gosimple)
|
Golangci Lint
issues found
|
Loading