|
|
|
|
|
by IgorPartola
3936 days ago
|
|
This is why I advocate that software authors package their software for a variety of OS's in their native format. Yes, technically anyone can use Ruby gems or Python eggs or wheels or whatever Go calls their packages, but practically if I can apt-get/brew/emerge/rpm your package, I don't care what language it is written in. It is more effort but it makes a big difference in adoption IMO. |
|
Just fyi, but go doesn't have packages (in this context). Just native binaries with no dependencies.