mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-03-05 23:17:02 -05: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
|
||
|
|
}
|