What I like and dislike about Go Posted by By Paul May 13, 2026Posted inGo Although I primarily write PHP, I also use Go (and you can hire me to write it for you). There are lots of things I like and dislike about the…
Forcing static binaries with glibc and Go on Linux Posted by By Paul August 20, 2025Posted inGo go build dynamically links against glibc on Linux by default, resulting in errors like this when you run the binary: ./db2xlsx: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./db2xlsx) ./db2xlsx:…