drone-scp/path.go

9 lines
108 B
Go
Raw Normal View History

2022-06-15 15:29:09 +08:00
//go:build !windows
2019-05-11 16:34:36 +08:00
// +build !windows
2017-01-03 16:59:00 +08:00
package main
func getRealPath(path string) string {
return path
}