Mitsuo HEIJO

Results 16 issues of Mitsuo HEIJO

Since the coverage of each unit test of *nix and Windows is unbalanced, it should merge.

enhancement

It may be necessary to test such that it emulates user input.

enhancement
help wanted

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?