Go executable file is so large

Welcome to Golang Bridge. :rocket: :fireworks:


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:

  1. 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.
  2. I’m assuming your “large” means >500MB. Otherwise, it’s not large.
1 Like