This website requires JavaScript.
Explore
Help
Register
Sign In
yoshie
/
changeloguru
Watch
1
Star
0
Fork
You've already forked changeloguru
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
17e4871ad2
changeloguru
/
internal
/
git
/
author.go
10 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
feat: show time of each commit as the default (#12) * feat(git): add author time * feat(git): add author info * refactor: use commit option to generate convertional commit * feat: add author date to convention commit * refactor(changelog): replace t time var with when Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-15 04:28:04 +00:00
package
git
import
"time"
type
Author
struct
{
chore: fix lint using fieldalignment go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
2022-07-03 14:57:44 +00:00
When
time
.
Time
feat: show time of each commit as the default (#12) * feat(git): add author time * feat(git): add author info * refactor: use commit option to generate convertional commit * feat: add author date to convention commit * refactor(changelog): replace t time var with when Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-15 04:28:04 +00:00
Name
string
Email
string
}