Go 언어 명령어 중 ... 의미 go 언어를 공부하는 중 명령어 예시들 중 go get -d -v ./... && go build -v ./... 와 같이 ... 를 사용하는 경우가 있다. 여기서 ... 의 의미는 뭘까? go help packages 를 참고 go help packages 를 수행하면 나오는 설명 중 아래 내용을 확인해보면 된다. An import path is a pattern if it includes one or more "..." wildcards, each of which can match any string, including the empty string and strings containing slashes. Such a pattern expands to all pack..