drone-scp/path.go
2019-05-11 16:34:36 +08:00

8 lines
88 B
Go

// +build !windows
package main
func getRealPath(path string) string {
return path
}