Skip to content

anandrkskd/GoCourse

 
 

Repository files navigation

Go language course

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.

About

Go language course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.7%
  • Other 0.3%