cheat/internal/config
Chris Lane f7c093bec0 fix: resolves #474
Resolves #474, whereby `cheat` failed to resolve symlinks. The root
cause was that `path/filepath#Walk` simply does not resolve symlinks:

  https://golang.org/pkg/path/filepath/#Walk
2019-11-05 19:08:40 -05:00
..
config_test.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04:00
config.go fix: resolves #474 2019-11-05 19:08:40 -05:00
path.go Re-wrote from scratch in Golang 2019-10-20 10:02:28 -04: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