We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wincred_windows.go
1 parent a994ca1 commit cfbce1cCopy full SHA for cfbce1c
wincred/wincred_windows.go
@@ -41,8 +41,6 @@ func (h Wincred) Get(serverURL string) (string, string, error) {
41
// List returns the stored URLs and corresponding usernames.
42
func (h Wincred) List() (map[string]string, error) {
43
creds, err := winc.List()
44
- paths := make([]string, len(creds))
45
- accts := make([]string, len(creds))
46
if err != nil {
47
return nil, err
48
}
0 commit comments