mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-04 18:23:59 +08:00
8 lines
138 B
Go
8 lines
138 B
Go
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
|
|
|
|
package main
|
|
|
|
func getRealPath(path string) string {
|
|
return path
|
|
}
|