mirror of
https://github.com/cheat/cheat.git
synced 2025-04-13 13:06:05 +02:00

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