|
1 year ago | |
---|---|---|
public | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago | |
async_writer.go | 1 year ago | |
async_writer_test.go | 1 year ago | |
exists.go | 1 year ago | |
exists_test.go | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
hash_building_buffer.go | 1 year ago | |
hash_building_buffer_test.go | 1 year ago | |
hash_building_reader.go | 1 year ago | |
hash_building_reader_test.go | 1 year ago | |
nopcloser.go | 1 year ago | |
random_data_buffer.go | 1 year ago | |
random_data_buffer_test.go | 1 year ago | |
sha1_building_byte_buffer.go | 1 year ago | |
sha1_building_byte_buffer_test.go | 1 year ago | |
sha1_building_file_buffer.go | 1 year ago | |
sha1_building_file_buffer_test.go | 1 year ago | |
temporary.go | 1 year ago | |
wrapper.go | 1 year ago | |
writer.go | 1 year ago | |
writer_test.go | 1 year ago |
A simple library that includes the standard functionality of the original io/ioutil
package, but with additional features.
This library was created to quickly add Input/Output utilities to a single library without having to both import io/ioutil
and another utility library. Proposals to io/ioutils
are unlikely to be accepted and added quickly, hence this library.