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