traefik/acme/localStore_windows.go

7 lines
125 B
Go
Raw Normal View History

2017-02-04 20:21:17 +00:00
package acme
// Do not check file permissions on Windows right now
func checkPermissions(name string) error {
return nil
}