mirror of
https://github.com/cheat/cheat.git
synced 2025-04-07 02:04:03 +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