Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 576 Bytes

fio (File Input/Output)

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.

Development

The following needs to be run before working on tests locally:

go install github.com/golang/mock/[email protected]
go generate