2019-10-30 19:41:13 +03:00
..
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00

  1. Shy Semicolons

    Observe how Go fixes semicolons for you.

  2. Naked Expression

    Observe what happens when you use an expression without a statement.

  3. Operators Combine

    Try using operators to combine expressions.

  4. Print Go Version

    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.

  5. Comment Out

    Learn how to comment out.

  6. Use the GoDoc

    Try godoc yourself.