This is a Linux-only package of convenience file operation functions which utilize advisory file locks for interaction with applications which support them; e.g. most FTP servers. These functions do not return error
values; they use panik.
See fio_api.go
for available functions.
The following needs to be run before working on tests locally:
go install github.com/golang/mock/[email protected]
go generate