github.com/0xKiwi/rules_go@v0.24.3/tests/examples/executable_name/README.rst (about)

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