Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 956 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 956 Bytes

Workshop One

These materials are for a workshop put on by Edmonton Go (https://edmontongo.org). Designed to introduce someone with basic programming knowledge to the Go programming language it is limited in scope to core language features, and specifically ignores concurrency primitives and patterns built on them.

Viewing the slides (locally)

Install present:

go get -u golang.org/x/tools/cmd/present

Run present from the workshopone folder.

For syntax, see the present documentation.

License

Workshop One (c) by:

  • James Bell
  • Nicholas Boers
  • Brett McKay
  • Gerrit Renker
  • Łukasz Różycki
  • Matthias Stone
  • Jordan Torbiak
  • Nathan Youngman

Workshop One is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-sa/4.0/.