-
Observe how Go fixes semicolons for you.
-
Observe what happens when you use an expression without a statement.
-
Try using operators to combine expressions.
-
Use a package from Go Standard Library to print the current version of Go on your system. Or the system which will run your program.
-
Learn how to comment out.
-
Try godoc yourself.