mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
8 lines
95 B
Go
8 lines
95 B
Go
// +build !windows
|
|
|
|
package main
|
|
|
|
func toFullPath(s string) (string, error) {
|
|
return s, nil
|
|
}
|