filepath.Join allows to join paths by using the path separator of the underlying os (basically \ on Windows, / everywhere else).
Is there a way to force using the Windows path separator \ for joining paths with the Go standard library no matter what the actual running operating system is?