senzing-garage / sz-sdk-go-core

An SDK for calling the Senzing C library locally.
Apache License 2.0
1 stars 0 forks source link

Mask flags #202

Closed docktermj closed 1 month ago

docktermj commented 5 months ago

Similar to

https://github.com/senzing-garage/g2-sdk-java/blob/53c4901e357bc222c7f6db005ef4267adb31cb0a/src/main/java/com/senzing/g2/engine/SzCoreEngine.java#L523

Mask out the SDK-only bits before passing a flag to the native SzEngine.

docktermj commented 1 month ago

Fixed via https://github.com/senzing-garage/sz-sdk-go-core/issues/232