// +build windows
package platform
func ExpandEnv(s string) string {
// TODO
return s
}
func LineSeparator() string {
return "\r\n"