storage start and identity in shared config
This commit is contained in:
@ -24,6 +24,8 @@ func TestLoad(t *testing.T) {
|
||||
if err != nil {
|
||||
id := CreateIdentity("myname")
|
||||
id.Save()
|
||||
} else {
|
||||
log.Println(id.Nickname)
|
||||
}
|
||||
id, err = LoadIdentity("test.id", "toto")
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user