Takuya.Goto.O

Results 2 issues of Takuya.Goto.O

### Fix these issues: - `case idl.ErrPackageUnselected:` `case idl.ErrUnknownServiceName:` are unreachable. - Errors in idl package such as `ErrPackageUnselected` are duplicated with `usecase` package and it seems seems unused except...

Handle error when invalid `tags` provided in `py_web_test_suite` and `go_web_test_suite`. If `tags[browser_name]` is missing, below erorr will be raised. ```python File ".../.cache/bazel/53d5c478a9b654e0091a6804f2465ac0/external/io_bazel_rules_webtesting/web/web.bzl", line 114, column 22, in _get_kwargs if not...