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