👊
Go tutorial for Pythoner
  • Introduction
  • Install and Run Go
  • The structure of Go
    • First time you meet him
    • Functions
    • Return multiple results
    • Logic Control
    • Break loop and enumerate
    • List (Array or Slice)
    • Dict (Map)
    • Struct
    • Class (Methods)
    • Packages
  • Features of Go
  • Go modules
  • Web Server
    • Serving static files
    • A simple webserver
  • Go for Android
  • Where to go next
Powered by GitBook
On this page

Was this helpful?

The structure of Go

First time you meet himFunctionsReturn multiple resultsLogic ControlBreak loop and enumerateList (Array or Slice)Dict (Map)StructClass (Methods)Packages
PreviousInstall and Run GoNextFirst time you meet him

Last updated 5 years ago

Was this helpful?