go run hello.go
cd hello go mod init 프로젝트폴더명\hello go build .\hello.exe
cd hello go mod init 프로젝트폴더명/hello go build ./hello