Commit 7474322c authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Update commits.go

parent 2acbd728
...@@ -43,7 +43,7 @@ type Commit struct { ...@@ -43,7 +43,7 @@ type Commit struct {
CommittedDate *time.Time `json:"committed_date"` CommittedDate *time.Time `json:"committed_date"`
CreatedAt *time.Time `json:"created_at"` CreatedAt *time.Time `json:"created_at"`
Message string `json:"message"` Message string `json:"message"`
ParentIds []string `json:"parent_ids"` ParentIDs []string `json:"parent_ids"`
} }
func (c Commit) String() string { func (c Commit) String() string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment