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
5 files changed