Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RedHatOfficial/GoCourse
Go language course
https://github.com/RedHatOfficial/GoCourse
Last synced: 12 days ago
JSON representation
Go language course
- Host: GitHub
- URL: https://github.com/RedHatOfficial/GoCourse
- Owner: RedHatOfficial
- License: other
- Created: 2019-04-25T14:58:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T06:35:11.000Z (4 months ago)
- Last Synced: 2024-08-01T00:43:10.278Z (3 months ago)
- Language: Go
- Size: 15.8 MB
- Stars: 456
- Watchers: 22
- Forks: 122
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go language course
[![Go Report Card](https://goreportcard.com/badge/github.com/RedHatOfficial/GoCourse)](https://goreportcard.com/report/github.com/RedHatOfficial/GoCourse)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/RedHatOfficial/GoCourse)This repository contains material for Go language course in Go [present format](https://godoc.org/golang.org/x/tools/present). 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 get 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.