Skip to content

Instantly share code, notes, and snippets.

@fd0
Created March 28, 2018 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fd0/c8a9a617a7a17051b88d30405fa8a8bd to your computer and use it in GitHub Desktop.
Save fd0/c8a9a617a7a17051b88d30405fa8a8bd to your computer and use it in GitHub Desktop.

Inhalt:

  • Editor/IDE, gofmt, golint
  • main.go, hello world
  • GOPATH
  • main/library
  • Sprachkonstrukte, if/switch/var/const/go struct/type, slices/arrays, maps/channel
  • chat server?
  • go test, coverage
  • profiling
  • serialisierung (xml, json)

Aufgaben:

  • Graphen bauen und durchsuchen
  • Parallel Dateien bearbeiten (mogrify, convert)
  • Webserver
  • proof-of-work mit sha2

https://github.com/GoesToEleven/ArdanGoTrain https://github.com/gunjan5/UltimateGo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment