daveadams / learn-go

Experiments in learning the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Go

I'm learning the Go programming language. This repo contains my experiments along the way.

Projects

  • From the official Go tutorial

    • hello/ - Hello World
    • newmath/ - Learn how to create a library
    • use-newmath/ - Use a library
  • From Go by Example

    • hello2/ - Hello World
    • values/ - Simple types and manipulation
    • variables/ - Simple variable definition and usage
    • constants/ - Simple usage of constants
    • go-for/ - Various forms of for
    • go-if/ - Various ifs
    • switch/ - Switch statements

About

Experiments in learning the Go programming language


Languages

Language:Go 100.0%