0
0
llucycodes42
This is a function definition. It states that the function init() exists and is to be called when the code is run.
Shortcut: finit
func init() {
}
0
0
llucycodes42
This is a function definition. It states that the function init() exists and is to be called when the code is run.
Shortcut: finit
func init() {
}