The glamourous AI coding agent for your favourite terminal 💘
1//go:build !windows 2 3package platform 4 5// ToPosixPath returns the input, as only windows might return backslashes. 6func ToPosixPath(in string) string { return in }