add experience and update table template

This commit is contained in:
Dilanka-H
2025-11-17 17:27:48 +07:00
parent 0847b19de8
commit 60440c095b
4 changed files with 74 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ type ExperienceJSON struct {
Position string `json:"position"`
Tasks []string `json:"tasks"`
Tools string `json:"tools"`
Years int `json:"years"`
TimePeriod string `json:"timePeriod"`
}
func GetAllExperiencesJSON() ([]ExperienceJSON, error) {