aboutsummaryrefslogtreecommitdiffstats
path: root/identity/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'identity/version.go')
-rw-r--r--identity/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/version.go b/identity/version.go
index f76ec4c5..3e84ece3 100644
--- a/identity/version.go
+++ b/identity/version.go
@@ -8,11 +8,11 @@ import (
"github.com/MichaelMure/git-bug/repository"
"github.com/MichaelMure/git-bug/util/git"
-
"github.com/MichaelMure/git-bug/util/lamport"
"github.com/MichaelMure/git-bug/util/text"
)
+// Version is a complete set of informations about an Identity at a point in time.
type Version struct {
// Private field so not serialized
commitHash git.Hash