mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-03-05 23:17:02 -05:00
8 lines
88 B
Go
8 lines
88 B
Go
// +build !windows
|
|
|
|
package main
|
|
|
|
func getRealPath(path string) string {
|
|
return path
|
|
}
|