7 lines
79 B
Go
7 lines
79 B
Go
package apple
|
|
|
|
import "errors"
|
|
|
|
var ErrInvalidJWS = errors.New("invalid jws")
|
|
|