Takuya.Goto.O

Results 3 comments of Takuya.Goto.O

In my case, also need fix L147 `&anypb.Any{}` to `&emptypb.Empty{}`.

Have you try `build --symlink_prefix=/` to suppress `bazel-*` symlinks? This seems good workaround in my local env. `.bazelrc` ``` build --symlink_prefix=/ ``` Environment: IntelliJ 2022.1.4 MacOS(M1Pro)

`gc_goopts = ["-d=libfuzzer"]` option seems no effects for other rules. Set the option to the all go_binary and go_test is possible solution but it's better to specify string_list_flag like below....