zalando / go-keyring

Cross-platform keyring interface for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot get/set keys with account

nikolkam opened this issue · comments

I have another application that has to interact with keyring.
The application saves the keys in the format of account: "account_name" and service: "service_name" as can be seen on gui keyring manager.
But when i try to get the key with go-keyring it cannot find and neither can i set the account name with it. it only lets me set it in the service and username format.
anyways to enable this?