commit | bc107b5e24000561e825056ca193b6745e5d2867 | [log] [tgz] |
---|---|---|
author | Jay Conrod <jayconrod@gmail.com> | Thu Oct 04 16:28:47 2018 -0400 |
committer | GitHub <noreply@github.com> | Thu Oct 04 16:28:47 2018 -0400 |
tree | 908540a1305faf18c36aa783de52249c71dd3375 | |
parent | ba88ce414b96fe069b5b5e5082c9021c12efef9f [diff] |
internal/walk: add follow directives to follow symlinks (#338) '# gazelle:follow link' directives can now be written in build files. Gazelle will symbolic links to directories named in these directives. Gazelle normally doesn't follow symbolic links within a repository. Care must be taken to avoid visiting a directory more than once. The '# gazelle:exclude' directive may be used for this.