Skip to main content Link Search Menu Expand Document (external link)

Go

  • Compiled Language
  • Characterized for being fast
  • Has garbage collection
  • Partly Object Oriented:
    • Custom types can be declared (struct) with methods
    • No inheritance, overloading or exception handling
    • Provides interfaces


Table of contents