0 votes
in Go Semantics Supplemental by
Which command is used to run the tests in go

a) go build

b) go test

c) go run

d) go compile

1 Answer

0 votes
by
b) go test
...