diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-23 16:47:19 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-23 16:47:19 +0200 |
commit | 22068946ce5b83163a6c57db3ec2b7294ec549d1 (patch) | |
tree | c4e3f8fea514a42d1162e95feeb5b7d72860b5f8 /utils/fs/fs.go | |
parent | 11a24261b21f5f0e9e8304bcbb4a0b27ff5cbbb5 (diff) | |
download | go-git-22068946ce5b83163a6c57db3ec2b7294ec549d1.tar.gz |
utils: fs/os improved code coverage
Diffstat (limited to 'utils/fs/fs.go')
-rw-r--r-- | utils/fs/fs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fs/fs.go b/utils/fs/fs.go index 4c97340..3bcf88f 100644 --- a/utils/fs/fs.go +++ b/utils/fs/fs.go @@ -26,6 +26,7 @@ type Filesystem interface { type File interface { Filename() string + IsClosed() bool io.Writer io.Reader io.Seeker |