storage start and identity in shared config

This commit is contained in:
ycc
2023-01-07 00:39:05 +01:00
parent 52ae52ca9f
commit 5ac92ce3a8
7 changed files with 112 additions and 11 deletions

View File

@ -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 {