cheat/internal/config
Chris Lane 408e944eea chore: refactors config.path (small)
Performs a minor refactoring on `config.Paths` to consistently use
`path.Join` when computing config directory paths. Previously, both
`path.Join` and `fmt.Sprintf` were being used, strictly due to an
oversight.
2020-01-30 19:45:02 -05:00
..
color.go fix: colorization errors 2019-11-23 13:47:08 -05:00
config_test.go fix: repairs broken config unit-tests 2019-11-07 19:59:18 -05:00
config.go fix: logging on failed configs 2020-01-29 14:05:27 -05:00
init.go feat: config auto-generation 2020-01-29 14:08:03 -05:00
path.go feat: config auto-generation 2020-01-29 14:08:03 -05:00
paths_test.go chore: implements unit-tests for config.Paths 2020-01-30 19:25:53 -05:00
paths.go chore: refactors config.path (small) 2020-01-30 19:45:02 -05:00
validate_test.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
validate.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00