You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Tags: main, init, main function, init function, main function, init function, function, function main, function main, main function, main function, function, function init, function init, init function, init function
package main
import (
"fmt"
)
variint
funcinit() {
fmt.Println("the init function gets started at first")
}
funcmain() {
RESTART:
fmt.Println("the main function gets called immediately after")
ifi<3 {
i++
fmt.Println("we can also call the main function ourself (but not init)")