Loading files in Go
How to load a file in go irrespective of location of caller ?
This is a very common scenario of loading files in your program. For simplicity, let's assume the following path & directory structure.
path: /Users/gyanesh/foo/
.
└── foo
├── config....
depthbybreath.hashnode.dev2 min read