

15·
12 days agoWould’ve written a Golang program and spit-out a binary for everyone to execute on any machine.
No dependency problems, it’s portable, it’s deterministic — all that you need. Everything is packed in that binary, dependencies, your core logic.
not only, you can go ahead and run a Go program as is, without compiling as well 😆
TIL about the onefile, 10x for sharing, can you guarantee that runs everywhere?