- Hands-On System Programming with Go
- Alex Guerrieri
- 32字
- 2021-06-24 13:42:25
Handling paths
Go offers a series of functions that make it possible to manipulate file paths that are platform-independent and that are contained mainly in the path/filepath and os packages.