X-Git-Url: https://harishankar.org/repos/?p=resumebuilder.git;a=blobdiff_plain;f=resumebuilder.go;fp=resumebuilder.go;h=cdba0794cda8fc4f1761f08d4b57f1fe0b738997;hp=ab16b01a91caa064d18665c08f14d4909d89cb2b;hb=808bef7099f13acd9a8f96ccca419571cde4bb79;hpb=2f8931572b346167965f37199e3835d03f985e29 diff --git a/resumebuilder.go b/resumebuilder.go index ab16b01..cdba079 100644 --- a/resumebuilder.go +++ b/resumebuilder.go @@ -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