| commit | 5c392cd048a557956d03d2b77ff8285e5404556d | [log] [tgz] |
|---|---|---|
| author | Steve Francia <steve.francia@gmail.com> | Mon Jan 11 21:44:01 2016 -0500 |
| committer | Steve Francia <steve.francia@gmail.com> | Mon Jan 11 21:44:01 2016 -0500 |
| tree | 8cb84da3b2566e88acb3dcb7e8821ade09360ceb | |
| parent | fe8e8953368bff0a84babecf4e2a6c965c0453c8 [diff] |
Update filenames to reflect new names
diff --git a/union_cache.go b/cacheOnReadFs.go similarity index 100% rename from union_cache.go rename to cacheOnReadFs.go
diff --git a/union_test.go b/composite_test.go similarity index 100% rename from union_test.go rename to composite_test.go
diff --git a/union_cow.go b/copyOnWriteFs.go similarity index 100% rename from union_cow.go rename to copyOnWriteFs.go
diff --git a/union.go b/unionFile.go similarity index 100% rename from union.go rename to unionFile.go