Mitsuo HEIJO
Mitsuo HEIJO
Since the coverage of each unit test of *nix and Windows is unbalanced, it should merge.
It may be necessary to test such that it emulates user input.
Test may be flaky. check script test.sh ```bash #!/usr/bin/env bash for i in $(seq 10); do echo "$i" go test ./... -race -count=1 || true done ``` Result ``` $...
Thank you for the wonderful linter. This linter seems to be mainly net/http, but is it out of scope to issue a warning to methods that use database/sql without context.Context?