drone-scp/path.go

9 lines
108 B
Go

//go:build !windows
// +build !windows
package main
func getRealPath(path string) string {
return path
}