drone-scp/path.go

8 lines
138 B
Go
Raw Normal View History

2017-01-03 16:59:00 +08:00
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
package main
func getRealPath(path string) string {
return path
}