gofed / go-macros

Rpm mechanics for Go packaging
4 stars 7 forks source link

golist wrongly identifies _dirs as being part of projects even though they are supposed to be ignored by the compiler #21

Closed nim-nim closed 6 years ago

nim-nim commented 6 years ago

golist wrongly identifies _dirs as being part of projects even though they are supposed to be ignored by the compiler

ingvagabund commented 6 years ago

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

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

nim-nim commented 6 years ago

yes, but not by golist right now :(