dylib

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2026 License: MIT Imports: 1 Imported by: 0

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

View Source
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL