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.
question:
where is the executable file generated by bazel?