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