github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/lib/codefile/write_helpers_windows.go (about) 1 package codefile 2 3 import "path" 4 5 func getTemplateCommon(split []string) string { 6 return path.Join(path.Join(split[0:len(split)-1]...), "common") 7 }