What is the usage of continue statement in Go programming language
The continue statement facilitates the loop to skip the remainder of its body and immediately retest its condition prior to reiterating.
