All Projects → RedHatOfficial → Gocourse

RedHatOfficial / Gocourse

Licence: other
Go language course

Programming Languages

go
31211 projects - #10 most used programming language

Go language course

Go Report Card

This repository contains material for Go language course in Go present format. To view the slides run the present command in the top level directory.

Step by step guide to view the slides

This assumes that you have go compiler and git installed and on $PATH of your system.

git clone https://github.com/RedHatOfficial/GoCourse.git
cd GoCourse
go get golang.org/x/tools/cmd/present
go run golang.org/x/tools/cmd/present

Afterwards connect with you browser to the mentioned address. To terminate the server use Ctrl+C.

Sharing slides with other people

It is possible to start service that serves slides to other computers via HTTP. Please look at present_and_share.sh to see how it can be done.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].