mirror of
https://github.com/containous/traefik.git
synced 2025-01-12 09:17:54 +03:00
7 lines
125 B
Go
7 lines
125 B
Go
package acme
|
|
|
|
// Do not check file permissions on Windows right now
|
|
func checkPermissions(name string) error {
|
|
return nil
|
|
}
|