Skip to main content


Serious #golang question:
What happens if ./... is a valid directory? Does go grab the contents of ./... or does it recursively grab the contents of ./?
Sounds like a case that could easily be determined by writing a couple lines of PHP, but I don't know Go enough to know how much effort it would take to test your hypothesis.
I mean, I would like to make a go thingy that I would then go get from ./...

But it means I need to go write or find some go I feel comfortable is go get able.

But it also means I should make some go where there's an external (interesting) package, and then a directory called ... with different contents.

But I don't really wanna learn the go.
No ifs, ands, or buts for you anymore.