moby--moby/pkg/ioutils
Sebastiaan van Stijn 6ed1163c98
Remove redundant build-tags
Files that are suffixed with `_linux.go` or `_windows.go` are
already only built on Linux / Windows, so these build-tags
were redundant.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-18 17:41:53 +01:00
..
buffer.go Improve performance/reduce allocs of bytespipe 2016-04-05 13:06:04 -04:00
buffer_test.go Improve coverage of pkg/ioutils/buffer 2017-02-28 14:11:15 +01:00
bytespipe.go ioutils: fix race in access closeErr in bytespipe 2016-06-06 11:29:47 -07:00
bytespipe_test.go Improve performance/reduce allocs of bytespipe 2016-04-05 13:06:04 -04:00
fswriters.go Update layer store to sync transaction files before committing 2016-08-09 11:55:17 -07:00
fswriters_test.go pkg/*: clean up a few issues 2017-03-30 16:50:46 +03:00
readers.go fix typos 2016-06-02 17:17:22 +08:00
readers_test.go Fix golint errors. 2017-08-18 14:23:44 -04:00
temp_unix.go
temp_windows.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
writeflusher.go Cleanup WriteFlusher 2016-02-09 14:02:26 -05:00
writers.go
writers_test.go