Login
Remember
Register
Ask a Question
Which keyword is used to convert functions into goroutines?
0
votes
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
Which keyword is used to convert functions into goroutines?
a) go
b) go func
c) func
d) routine
semantics
keyword
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 13, 2022
by
john ganales
a) go
...