I\'m looking for what best practice I should use when it comes to testing with Go using local files.
By using local files, I mean that in order to test functionality,
A folder named testdata is usually used for this purpose as it is ignored by the go tool (see go help packages).