go fmt #289
Annotations
3 errors
|
lint
Process completed with exit code 1.
|
|
lint:
pkg/mcp/session/pulsar_session_manager_test.go#L139
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
|
|
lint:
pkg/mcp/session/pulsar_session_manager.go#L99
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|