diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-31 23:09:28 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-31 23:09:52 +0100 |
commit | a6197bd8c459c7d10717bd9486c17f6c8b3f7f88 (patch) | |
tree | 63180ec210c66fda317c87197d2f6bab508406b6 /common.go | |
parent | 2308066c28d3cbbfb472fb634c3e10a1c7786cfc (diff) | |
download | go-git-a6197bd8c459c7d10717bd9486c17f6c8b3f7f88.tar.gz |
documentation changes
Diffstat (limited to 'common.go')
-rw-r--r-- | common.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,9 +8,9 @@ import ( ) // Storer is a generic storage of objects, references and any information -// related to a particular repository. Some Storer implementations persist the -// information in a system directory (such as `.git`) and others -// implementations are in memory being ephemeral +// related to a particular repository. The package srcd.works/go-git.v4/storage +// contains two implementation a filesystem base implementation (such as `.git`) +// and a memory implementations being ephemeral type Storer interface { storer.EncodedObjectStorer storer.ReferenceStorer |