commit | 44ce230b3399a5d4472198740358fcd825b0c3c9 | [log] [tgz] |
---|---|---|
author | Jay Conrod <jayconrod@gmail.com> | Mon Dec 10 14:48:19 2018 -0500 |
committer | GitHub <noreply@github.com> | Mon Dec 10 14:48:19 2018 -0500 |
tree | 7bfbddc077fa845f642974f02a8f10fba1b2bea1 | |
parent | 6231478988f0a0b751a436d57d38bc09c1dcfdca [diff] |
walk: don't exclude file names starting with "_" (#398) Go considers these hidden files and does not build them. The logic for filtering these should be in the Go extension instead of walk, since other languages don't have the same rule. Fixes #395