👊
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
  • examples
  • packages
  • Google

Was this helpful?

Where to go next

PreviousGo for Android

Last updated 4 years ago

Was this helpful?

examples

packages

Google

Let's see what can we get from the open world.

Go by Example
Logo
Standard library - pkg.go.dev
Logo
GoogleGoogle
Logo