1Basic -buildmode=plugin functionality 2===================================== 3 4.. _go_binary: /docs/go/core/rules.md#_go_binary 5 6Tests to ensure the basic features of go_binary with linkmode="plugin" are 7working as expected. 8 9all_test 10-------- 11 121. Test that a go_binary_ rule can write its shared object file with a custom 13 name in the package directory (not the mode directory). 14 152. Test that a plugin built using a go_binary_ rule can be loaded by a Go 16 program and that its symbols are working as expected. 17