Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 434 Bytes

README.rst

File metadata and controls

10 lines (8 loc) · 434 Bytes

Executable name

The filename of the executable produced by a go_binary rule is unpredictale, the full path includes the compilation mode amongst other things, and the rules offer no backwards compatibility guarantees about the filename. For the simple case where you know exactly what you want the output filename to be, you can use a genrule to copy it to a well known place.