Search
Items tagged with: golang
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 ./?