(fname string)
| 51 | ) |
| 52 | |
| 53 | func open(fname string) (*os.File, error) { |
| 54 | return os.OpenFile(fname, fflags, fmode) |
| 55 | } |
| 56 | |
| 57 | // openSplit opens or creates the last split corresponding to fname |
| 58 | // and returns it. The last split can be fname itself. |
no outgoing calls
no test coverage detected