Serious #golang question:
What happens if ./... is a valid directory? Does go grab the contents of ./... or does it recursively grab the contents of ./?
What happens if ./... is a valid directory? Does go grab the contents of ./... or does it recursively grab the contents of ./?
Hypolite Petovan
•silverwizard
•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.
Hypolite Petovan
•