https://github.com/kffl/go-classes
Resources for Golang classes - Technologies of Software Development course
https://github.com/kffl/go-classes
Last synced: 10 months ago
JSON representation
Resources for Golang classes - Technologies of Software Development course
- Host: GitHub
- URL: https://github.com/kffl/go-classes
- Owner: kffl
- Created: 2020-04-24T09:59:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T11:56:25.000Z (about 6 years ago)
- Last Synced: 2025-07-31T21:54:43.584Z (11 months ago)
- Language: Go
- Size: 786 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/go-classes/deploys)
# Go classes
This repo contains resources for Golang classes as a part of Technologies of Software Development course.
## Presentation
The presentation was created using [reveal-md](https://github.com/webpro/reveal-md). You can either:
- Read it's markdown source from the repo
- Run it locally using `reveal-md slides.md` (after installing reveal-md via `npm install -g reveal-md`; if you are uneasy about installing an npm package globally, there is an option to run it in a Docker container)
- View it deployed on Netlify: [here](https://go-classes.netlify.app)
## Assignments
As usual, the assignments are split into 3 levels:
- satisfactory
- sufficient
- excellent