1 // +build !windows 2 3 package main 4 5 func processPath(path string) (string, error) { 6 return path, nil 7 } 8
View as plain text