Go does not have while-do and do-while loops. And it does not need these, because you can easily do these yourself! Take a look to see how these two can be implemented with a simple for loop.
Contents:
For loop - 0:50
While do loop - 2:30
Do while loop - 4:10
Code:
https://gist.github.com/Vitosh/b1634a...
Article:
https://www.vitoshacademy.com/go-whil...