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

Related questions

0 votes
asked Jul 14, 2022 in Go Semantics Supplemental by john ganales
0 votes
asked Jul 13, 2022 in Go Semantics Supplemental by john ganales
...