0 votes
in GoLang by
What is the default value of type bool in Go programming?

1 Answer

0 votes
by

"false" is the default value of type "bool".

...