Documentation
¶
Overview ¶
Package dylib embeds the ObjC companion library so downstream users can simply `go get` sckit-go without building C code on their machine.
The embedded dylib is a Mach-O universal binary (arm64 + x86_64) built from objc/sckit_sync.m. It is extracted to the user's cache directory on first use; see sckit.Load for details.
This package is internal: callers of sckit should never need to import it directly. Expose the bytes via Bytes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Bytes []byte
Bytes holds the embedded universal-Mach-O bytes of libsckit_sync.dylib. It is frozen at build time — updating requires rerunning `make dylib` which writes the file below that this embed directive targets.
Functions ¶
This section is empty.
Types ¶
This section is empty.