Go 语言课程
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.
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 run golang.org/x/tools/cmd/present@latest
Afterwards connect with your browser to the mentioned address. To terminate the server use Ctrl+C.
It is possible to start service that serves slides to other computers via HTTP.
go run golang.org/x/tools/cmd/present@latest -http=:3999 -play=false
暂无开放 Issues,或尚未同步最近议题。