nooschain / tools/build-go-raft-binary / buildGoRaftBinary
Function: buildGoRaftBinary()
buildGoRaftBinary():
Promise<{binaryPath:string;goarch:string;goos:string;ok:boolean; }>
Defined in: tools/build-go-raft-binary.ts:35
Builds the Go sidecar binary and returns the output path/target platform.
Returns
Promise<{ binaryPath: string; goarch: string; goos: string; ok: boolean; }>