call ToSlash() to be slash separated paths also on Windows.
This commit is contained in:
parent
38ae5514e6
commit
bd8da9c54b
|
@ -64,7 +64,7 @@ func Translate(c *Config) error {
|
|||
|
||||
for _, asset := range toc {
|
||||
relative, _ := filepath.Rel(wd, asset.Path)
|
||||
if _, err = fmt.Fprintf(bfd, "// %s\n", relative); err != nil {
|
||||
if _, err = fmt.Fprintf(bfd, "// %s\n", filepath.ToSlash(relative)); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user