diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 16:13:56 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 16:13:56 +0100 |
commit | 35378e7db9288e8244f2634a1b47981606731cef (patch) | |
tree | 65936a6a365263c93e4b57c3b67aad6a13489e68 /common.go | |
parent | 45669655f026a31577f938ee70ae613c2e4af184 (diff) | |
parent | a48bc6e17ef6298f93ec21cdf1a5e387640673b6 (diff) | |
download | go-git-35378e7db9288e8244f2634a1b47981606731cef.tar.gz |
example: using new constructors
Diffstat (limited to 'common.go')
-rw-r--r-- | common.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ import ( // Storer is a generic storage of objects, references and any information // related to a particular repository. Some Storer implementations persist the -// information in an system directory (such as `.git`) and others -// implementations are in memmory being ephemeral +// information in a system directory (such as `.git`) and others +// implementations are in memory being ephemeral type Storer interface { storer.EncodedObjectStorer storer.ReferenceStorer |