feat: add HTML response handling for target allocator #9928
Annotations
10 errors
Lint:
cmd/otel-allocator/server/server.go#L407
Error return value of `c.Writer.WriteString` is not checked (errcheck)
|
Lint:
cmd/otel-allocator/server/server.go#L420
Error return value of `c.Writer.WriteString` is not checked (errcheck)
|
Lint:
cmd/otel-allocator/server/server.go#L612
Error return value of `c.Writer.WriteString` is not checked (errcheck)
|
Lint:
cmd/otel-allocator/server/server.go#L336
S1005: unnecessary assignment to the blank identifier (gosimple)
|
Lint:
cmd/otel-allocator/server/server.go#L507
S1005: unnecessary assignment to the blank identifier (gosimple)
|
Lint:
cmd/otel-allocator/server/server.go#L360
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
Lint:
cmd/otel-allocator/server/server.go#L483
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
Lint:
cmd/otel-allocator/server/server.go#L326
printf: non-constant format string in call to fmt.Fprintf (govet)
|
Lint:
cmd/otel-allocator/server/server.go#L327
printf: non-constant format string in call to fmt.Fprintf (govet)
|
Lint:
cmd/otel-allocator/server/server.go#L328
printf: non-constant format string in call to fmt.Fprintf (govet)
|
Loading