package keyring import "fmt" func NewKeyPair(root, name, email string) error { return fmt.Errorf("NYI: %v, %v, %v", root, name, email) }