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