Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-03 | refactor context: Extract loadJsonOrYaml to util package | Vincent Ambo | 1 | -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 fmt | Vincent Ambo | 2 | -2/+1 | |
2017-02-14 | feat util: Add silly map-merge function that should be in the stdlib | Vincent Ambo | 2 | -0/+99 | |