Closed kairoaraujo closed 2 years ago
Modify GoCA to use path/filepath using filepath.Join() to join paths.
path/filepath
filepath.Join()
Currently GoCA uses paths based on *nix paths. Using file path.join() will make it compatible with Windows as well.
path.join()
Modify GoCA to use
path/filepath
usingfilepath.Join()
to join paths.Currently GoCA uses paths based on *nix paths. Using file
path.join()
will make it compatible with Windows as well.