My CV as a JSON document.
Find a file
Dan Anglin 88981882c4
feat: Added CV Summary
JSON does not support splitting a string into multiple lines so I've
changed the Summary field from string to []string. I've created a func
called join that uses strings.Join() to concatenate all elements of
Summary into a single string.
2019-08-18 04:07:19 +01:00
data feat: Added CV Summary 2019-08-18 04:07:19 +01:00
template feat: Added CV Summary 2019-08-18 04:07:19 +01:00
.gitignore feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
go.mod feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
main.go feat: Added CV Summary 2019-08-18 04:07:19 +01:00
Makefile feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
model.go feat: Added CV Summary 2019-08-18 04:07:19 +01:00
README.md Initial commit 2019-06-30 20:46:21 +00:00