You've already forked jsonresume
Add stackoverflow theme
This commit is contained in:
@@ -104,6 +104,7 @@ type Work struct {
|
||||
EndDate ResumeDate `json:"endDate"`
|
||||
Summary string `json:"summary"`
|
||||
Highlights []string `json:"highlights"`
|
||||
Keywords []string `json:"keywords"`
|
||||
}
|
||||
|
||||
// Volunteer is the volunteer details of the resume owner.
|
||||
@@ -115,6 +116,7 @@ type Volunteer struct {
|
||||
EndDate ResumeDate `json:"endDate"`
|
||||
Summary string `json:"summary"`
|
||||
Highlights []string `json:"highlights"`
|
||||
Keywords []string `json:"keywords"`
|
||||
}
|
||||
|
||||
// Education is the education details of the resume owner.
|
||||
|
||||
Reference in New Issue
Block a user