Name Date Size #Lines LOC

..--

BUILD.bazelH A D25-Apr-2025369 2117

README.rstH A D25-Apr-2025444 118

main.goH A D25-Apr-2025671 257

name_test.shH A D25-Apr-2025242 76

README.rst

1Executable name
2===============
3
4.. _go_binary: /docs/go/core/rules.md#go_binary
5
6The filename of the executable produced by a go_binary_ rule is unpredictale, the full path includes
7the compilation mode amongst other things, and the rules offer no backwards compatibility guarantees
8about the filename.
9For the simple case where you know exactly what you want the output filename to be, you can use a
10genrule to copy it to a well known place.
11