mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 02:30:48 -05:00
10 lines
102 B
Go
10 lines
102 B
Go
// +build !windows
|
|
|
|
package ldif
|
|
|
|
import "net/url"
|
|
|
|
func toPath(u *url.URL) string {
|
|
return u.Path
|
|
}
|