Go Wrapper
Assume that C export libraries are already built and stored in the “build/lib” directory.
Pass CGO_LDFLAGS='-L../../build/lib'
to build or test Go wrappers.
For example, to test Go wrappers, execute the following comment from the directory “shadow/fpe_go”.
CGO_LDFLAGS='-L../../build/lib' go test ./
Last modified
July 24, 2025
: Update _index.md (4598568)