mirror of
https://github.com/foomo/posh.git
synced 2025-10-16 12:45:38 +00:00
8 lines
139 B
Go
8 lines
139 B
Go
package onepassword
|
|
|
|
import (
|
|
"github.com/pkg/errors"
|
|
)
|
|
|
|
var ErrNotSignedIn = errors.New("you're not signed into your 1password account")
|