Welcome to Golang Bridge.

You need to ensure all Go Plugins are available at your client alongside with your Go executable.
Hence, this will leads to dependency managements. That also means a slightly more complicated CI builds.
Site-note:
- Go’s beauty is to statically compile everything into a single binary so that your client can just use that one single file instead of reading a lot of manuals or a bunch of pre-setup.
- I’m assuming your “large” means >500MB. Otherwise, it’s not large.