Login
Remember
Register
Ask a Question
Recent questions tagged semantics
0
votes
1
answer
The ______ package has functions for unit testing of the codes.
asked
Jul 14, 2022
in
Go Semantics Supplemental
by
john ganales
testing
semantics
0
votes
1
answer
Which function of the reflect package is used to create a new value?
asked
Jul 14, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
function
0
votes
1
answer
Which command is used to run the tests in go
asked
Jul 14, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
0
votes
1
answer
________ keyword in Go is similar to the final keyword in other languages.
asked
Jul 14, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
0
votes
1
answer
Which package contains the main package?
asked
Jul 14, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
package
0
votes
1
answer
What is the kind of the data in the code snippet type employee struct?
asked
Jul 14, 2022
in
Go Semantics Supplemental
by
john ganales
code-snippet
semantics
0
votes
1
answer
Which function is used to create custom errors?
asked
Jul 14, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
function
0
votes
1
answer
Go Semantics Supplemental Questions and Answers
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
go-programming
semantics
supplimental
0
votes
1
answer
wait group struct types are present in which package?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
wait
0
votes
1
answer
Channels have a _______ associated with them.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
type
0
votes
1
answer
The Println() and Scanln() are a part of which package?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
println
scanln
semantics
0
votes
1
answer
________ are a medium for communication between goroutines.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
0
votes
1
answer
Channels can be of two types ______ and _____ ?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
channel
0
votes
1
answer
The ______ function is used to recover from a panic condition in a Go program.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
recover
semantics
0
votes
1
answer
Go programming has a try…catch block?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
go-programming
semantics
0
votes
1
answer
Concurrency and parallelism are the same?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
concurrency
semantics
0
votes
1
answer
The ______ keyword is used to delay the function call in a program, it is similar to the final keyword in other languages.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
process
0
votes
1
answer
What are the functions present in the errors package?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
function
0
votes
1
answer
Which go package is used to handle os signals?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
package
0
votes
1
answer
Which go command is used to format the go source code?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
source-code
Page:
« prev
1
2
3
next »
...