git-lfs/lfs/certs_windows.go
2016-03-08 16:48:07 +00:00

8 lines
155 B
Go

package lfs
func addTrustedPlatformCerts() {
// Do nothing, use golang default by leaving trustedCerts nil
// TODO support Windows Certificate Store
}