diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-01 01:31:58 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-01 01:31:58 +0200 |
commit | ad9456267524e08efcf4486cadfb6cef8d182677 (patch) | |
tree | 75ef4e32832eb1442b788ba85ca5df0d16dd8f3f /utils/fs | |
parent | 2ca4ab90ec5d4c430ac891a4edd5014d7043d539 (diff) | |
download | go-git-ad9456267524e08efcf4486cadfb6cef8d182677.tar.gz |
doc packages
Diffstat (limited to 'utils/fs')
-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 df771dd..cfab692 100644 --- a/utils/fs/fs.go +++ b/utils/fs/fs.go @@ -1,3 +1,4 @@ +// Package fs interace and implementations used by storage/filesystem package fs import ( |