Stubs out passing args to keyring creation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package keyring
|
||||
|
||||
import "fmt"
|
||||
|
||||
func NewKeyPair(root, name, email string) error {
|
||||
return fmt.Errorf("NYI: %v, %v, %v", root, name, email)
|
||||
}
|
||||
Reference in New Issue
Block a user