about summary refs log tree commit diff
path: root/util
AgeCommit message (Collapse)AuthorFilesLines
2017-07-03 refactor context: Extract loadJsonOrYaml to util packageVincent Ambo1-0/+27
The logic to deserialise a structure from *either* JSON or YAML is reused several times and can be easily extracted, which this commit does.
2017-02-20 style: Apply go fmtVincent Ambo2-2/+1
2017-02-14 feat util: Add silly map-merge function that should be in the stdlibVincent Ambo2-0/+99