x-motemen.ghq/helpers_unix.go
2019-12-19 02:21:20 +09:00

8 lines
95 B
Go

// +build !windows
package main
func toFullPath(s string) (string, error) {
return s, nil
}