Describe the feature or problem you’d like to solve
Go is a poorly portable language, it is broken on some platforms, and its upstream has no desire to fix it. In result, on those platforms it is impossible to compile any Go packages.
Proposed solution
If there is some portable option (in C/C++/Python), it would be great to replace pup or at least have a fallback for systems without Go.
Describe the feature or problem you’d like to solve
Go is a poorly portable language, it is broken on some platforms, and its upstream has no desire to fix it. In result, on those platforms it is impossible to compile any Go packages.
Proposed solution
If there is some portable option (in C/C++/Python), it would be great to replace
pupor at least have a fallback for systems without Go.