命令bazel run //:gazelle
已正确运行:
D:\workspace\www\go_work\src\golang_learning>bazel run //:gazelle
INFO: Analysed target //:gazelle (0 packages loaded).
INFO: Found 1 target...
Target //:gazelle up-to-date:
C:/users/dell/_bazel_dell/4tmnaczu/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/gazelle-runner.bash
C:/users/dell/_bazel_dell/4tmnaczu/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/gazelle
C:/users/dell/_bazel_dell/4tmnaczu/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/gazelle.exe
INFO: Elapsed time: 9.865s, Critical Path: 0.04s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
INFO: Running command line: C:/users/dell/_bazel_dell/4tmnaczu/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/gazINFO: Build completed successfully, 1 total action
它在演示项目中生成了5个文件,但是在这些文件夹中找不到文件main.exe
,在哪里?