diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-26 23:53:15 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 11:55:11 +0100 |
commit | 7581d7f76a08869ed1ad1384dea1880c635af58b (patch) | |
tree | 5c032493d5cbd7a15285089ac64f10d296447602 /storage/filesystem/config.go | |
parent | 4e78181092744896d9fd4b7bcad18f513ce72dcb (diff) | |
download | go-git-7581d7f76a08869ed1ad1384dea1880c635af58b.tar.gz |
config: documentation improvements
Diffstat (limited to 'storage/filesystem/config.go')
-rw-r--r-- | storage/filesystem/config.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/filesystem/config.go b/storage/filesystem/config.go index 7693fd4..cad698a 100644 --- a/storage/filesystem/config.go +++ b/storage/filesystem/config.go @@ -1,9 +1,8 @@ package filesystem import ( - "os" - "io/ioutil" + "os" "gopkg.in/src-d/go-git.v4/config" "gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit" |