//go:build !windows // +build !windows package utils func PathSeparator() string { return "/" }