mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
10 lines
140 B
Go
10 lines
140 B
Go
|
package fsremote
|
||
|
|
||
|
func pathToCanonical(path string) string {
|
||
|
return path
|
||
|
}
|
||
|
|
||
|
func canonicalPathToLocal(path string) string {
|
||
|
return path
|
||
|
}
|