FileSetStorageLocation sets the root location for storage
(root string)
| 34 | |
| 35 | // FileSetStorageLocation sets the root location for storage |
| 36 | func FileSetStorageLocation(root string) { |
| 37 | fsRootStorageLocation = root |
| 38 | } |
| 39 | |
| 40 | // FileSetHandler sets an alternate file I/O package |
| 41 | func FileSetHandler(newfio FileIO) { |
no outgoing calls