Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 365 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 365 Bytes

Go Basics Straight to the point

All the basics concentrated and explained in two source code files

Topics

  • Variables
  • Constants
  • Comments
  • Basic Types
  • Arrays Rudiments
  • Structs
  • Literal strings
  • Flow Control
  • Style
  • Basic date/time handling
  • Anonym Routine / Closure
  • Package
  • Basic Text Disk I/O
  • Basic Test

GO 1.13 ( and later ) is required