mirror of
https://github.com/blacktop/ipsw.git
synced 2026-06-07 12:27:36 +00:00
6 lines
139 B
Go
6 lines
139 B
Go
package diff
|
|
|
|
import "errors"
|
|
|
|
var ErrSandboxDiffUnavailable = errors.New("sandbox diff support is not built; rebuild with -tags sandbox")
|