Bazel compiles the golang project, where is the file generated by the compilation?

bazel compiles the golang project. Where is the file generated by the compilation?
for example, the following demo, main.go is the source code. After running bazel, five folders are generated (in the red box), but main.exe is not found.

clipboard.png

question:
where is the executable file generated by bazel?

Oct.25,2021
Menu