0
3
llucycodes42
This code creates a main function in a package. This function will be executed when the program is run.
Shortcut: pkgm
package main
func main() {
}
0
3
llucycodes42
This code creates a main function in a package. This function will be executed when the program is run.
Shortcut: pkgm
package main
func main() {
}