Splitting executable file

Having Go compiling to single binary is good, but if the binary became huge it could be an issue specially where internet sites is poor of file to be shared.
Is there a way to split this executable or using packaging without cgo?

You can always split any file into pieces and combine them later again using standard tools.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.