Remove obsolete fields from Commit

This commit is contained in:
Don 2020-09-10 14:16:39 -07:00
parent 34686a8639
commit 1f4e8862b8
1 changed files with 0 additions and 9 deletions

View File

@ -32,15 +32,6 @@ type (
// Author of the commit.
Author Author
// AuthorName of the commit.
AuthorName string
// AuthorEmail of the commit.
AuthorEmail string
// AuthorAvatar of the commit.
AuthorAvatar string
}
// Author of a Commit.