Started work on the Education page
[resumebuilder.git] / resumebuilder.go
index ab16b01..cdba079 100644 (file)
@@ -25,9 +25,10 @@ type Date struct {
 }
 
 type Education struct {
-       SchoolName     string
-       YearOfPassing  int
-       PassPercentage float32
+       Qualification     string
+       Institution       string
+       YearOfPassing     uint
+       GradeOrPercentage string
 }
 
 type Sex int