|
|
|
|
|
by denysvitali
1493 days ago
|
|
To be honest the reason why Go developers want "pure Go" libraries is simply because they can be statically + cross compiled and used without having to carry around an additional library, especially in environments where you hardly have anything other than the binary itself (e.g: Docker containers "FROM scratch" or Gokrazy) |
|
[1]: https://dev.to/kristoff/zig-makes-go-cross-compilation-just-...