Files
fn-serverless/vendor/github.com/docker/docker-credential-helpers/wincred/cmd/main_windows.go

11 lines
194 B
Go

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