Skip to content

codeninja819/GoCourse

 
 

Repository files navigation

Go language course

Go Report Card GitHub go.mod Go version

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 locally

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 install golang.org/x/tools/cmd/present
./presentation.sh

Afterwards connect with your 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.

About

Go language course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 83.9%
  • Assembly 8.7%
  • C 4.9%
  • Gherkin 0.7%
  • Shell 0.7%
  • Python 0.4%
  • Other 0.7%