summaryrefslogtreecommitdiff
path: root/config/config.go
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Use JSON as canonical config formatTyler Cipriani1-3/+3
2018-04-05Introduce strict/versioned config parsingDan Duvall1-2/+3
2017-11-07Validate configuration after unmarshallingDan Duvall1-1/+1
2017-11-06Documented all exported types, functions, and interfacesDan Duvall1-0/+6
2017-06-29Run go fmtTyler Cipriani1-1/+1
2017-05-10Decouple Docker compiler from apt/npm providersDan Duvall1-4/+0
2017-04-25Use a YAML config format instead of JSONDan Duvall1-2/+2
2017-04-19Support compilation to multi-stage DockerfileDan Duvall1-0/+10