untuk Golang

for i:=0; i>10; i++{
	//Do some code...
}
Armandres