reg/vendor/github.com/docker/docker-credential-helpers/wincred/cmd/main_windows.go

11 lines
194 B
Go
Raw Normal View History

package main
import (
"github.com/docker/docker-credential-helpers/credentials"
"github.com/docker/docker-credential-helpers/wincred"
)
func main() {
credentials.Serve(wincred.Wincred{})
}