Introduction To Golang - Part 3
In this part we will cover standard libraries
1. Retrieving the current working directory
Another useful source of information for the application is the directory, where the program binary is located. With this information, the program can access th...
blog.cloudnativefolks.org82 min read