graph TD; A[Go]-- Compiles to -->B[C shared library .so/.dll]; C[Language wrapper]-- Loads -->B Client -- Uses --> C;