Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Use dlopen? I haven’t tried this in Go, but if you want a binary that optionally includes features from an external library, you want to use dlopen to load it.




It only works in a dynamically-linked binary, because the dynamic linker needs to be loaded.

That makes sense. Some digging turns up some workarounds; the best I found was https://github.com/jart/cosmopolitan/releases/tag/3.1



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: