I want to open a given file "directory/subdirectory/file.txt" in golang. What is the recommended way to express such a path in an OS agnostic way (ie backslashes in Windows, forward slashes in Mac and Linux)? Something like Python's os.path module?
|
|
|
For creating and manipulating OS-specific paths directly use An alternative method is to always use |
|||
|
|
|
Go does have the |
|||||||
|
|
Use |
|||
|
|