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. quest...
install Bazel: https: docs.bazel.build vers. when running bazel run : gazelle according to the official Bazel documentation. Always report an error: dell@DESKTOP-MRJOU2E MINGW64 d workspace www go_work src golang_learning $ bazel run :gazelle L...
Bazel builds the golang project, how to set this item? The official document has the following paragraph: https: github.com bazelbuild. Add the code below to the BUILD or BUILD.bazel file in the root directory of your repository. Replace the strin...
build a demo to test the Bazel build golang project, located at D: workspace www go_work src golang_learning , with the following file: golang_learning |__ go.mod |__ main.go |__ WORKSPACE |__ BUILD.bazel the contents of each file ...