github.com/motemen/ghq@v1.0.3/helpers_unix.go (about)

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