gofed / symbols-extractor

Extractor of symbols from Go based projects
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Skip upstream known files #142

Closed ingvagabund closed 6 years ago

ingvagabund commented 6 years ago

Directory and file names that begin with "." or "_" are ignored by the go tool, as are directories named "testdata".

From https://golang.org/cmd/go/#hdr-Package_lists

Fixes: https://github.com/gofed/go-macros/issues/21