Giter Site home page Giter Site logo

go-workshop's Introduction

Golang Workshop @ HAW Hamburg

This workshop covers the following:

How to execute Go code?

  • "I have Go installed on my computer" -> Awesome! I show you in a minute..
  • "I don't have Go on my computer" -> Try Go Playground
  • "I don't want to install Go on my computer" -> Try Go Docker Image

Session 01 - Basics Syntax (~45min)

  • constants and variables
  • for loops and use if conditions
  • how types work.
  • functions
  • packages and imports

Session 02 - Advanced Syntax (~60min)

  • how zero values work in Go
  • Equality and Type Conversions
  • Pointers
  • Arrays
  • Slices
  • Ranges
  • Maps
  • Structs
  • Defer
  • Concurrency

Session 03 - Development (until the end)

  • Go tool
  • $GOPATH Variable
  • Your first application
    • Hello World
    • What Time is it?
    • Simple Http Server
  • Testing
  • Error Handling

Online Resouces:

Contact:

go-workshop's People

Contributors

cbrgm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ole108

go-workshop's Issues

Example wrong

package main


import "fmt"
import "time"

func main() {
    var now = time.Now()
    fmt.Println(now)
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.