github.com/x-motemen/ghq@v1.6.1/helpers_unix.go (about)

     1  // +build !windows
     2  
     3  package main
     4  
     5  func toFullPath(s string) (string, error) {
     6  	return s, nil
     7  }