0 votes
in Go Semantics Supplemental by

_______ command builds and stores binary/executable file in the bin directory of GOPATH.

a) go build

b) go test

c) go run

d) go install

1 Answer

0 votes
by

d) go install

...