1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-26 08:55:09 +03:00
traefik/acme/localStore_windows.go
2017-02-05 10:30:56 +01:00

7 lines
125 B
Go

package acme
// Do not check file permissions on Windows right now
func checkPermissions(name string) error {
return nil
}