Anthony Accioly on Nostr: Good catch. For khatru I don't think that I'll be manipulating file paths at all. For ...
Good catch. For khatru I don't think that I'll be manipulating file paths at all. For Haven you can currently work around the pathing problem with forward slashes or double back slashes, e.g.: https://stackoverflow.com/a/55888510/664577
When we are ready to actually change things at Haven we can use something like the filepath package to have a better experience on Windows (https://pkg.go.dev/path/filepath)
When we are ready to actually change things at Haven we can use something like the filepath package to have a better experience on Windows (https://pkg.go.dev/path/filepath)