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