Purego, une bibliothèque pour appeler des fonctions C depuis Go sans Cgo
Summary
Purego is an open-source Go library that enables calling C functions from Go without CGO, supporting dynamic linking and cross-platform builds. The repository page highlights benefits such as no C wrappers, smaller binaries, and a sample usage showing how to load a C library and call functions from Go.