1 2 3 4 5 6 7
# Go Bindings (Skeleton) This folder is reserved for Go bindings. The initial plan: - Use cgo to call the C ABI in `ffi/`. - Provide a minimal `Parse` API returning a serialized plan. Implementation will follow once the C ABI stabilizes.