Slide 21
Slide 21 text
Create a main file
1)Right-click on the project's src folder
2)Choose New=>Folder
3)Call it, for example, MyProgram
4)Right-click on it and choose New=>Go File
5)In the dialog, select Command Source File,
then Empty Main Function, and call it, for
example, main.go
6)Write your source file (see next slide) and
save it: GoClipse should already build the
program for you