Nick Walker
Results
1
issues of
Nick Walker
Given a file like this: ```go package main import "log/slog" func main() { defer func() { // We expect this to fail due to use of kv pairs slog.Error("some error",...