Golang ellipses use case - as wildcards in go commands

The below command lists all packages recursively, including the packages from the standard library in the current directory:

$ go list ...
cmd/addr2line
cmd/api
cmd/asm
# output truncated