Categorygithub.com/adrianpk/present
repository
0.0.0-20240311164930-87186a5b903a
Repository: https://github.com/adrianpk/present.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Go Concurrency Slides

Inside this repository, you'll find a collection of slides focused on Go concurrency. These slides cover various aspects of concurrent programming in Go, starting from the basics such as goroutines and channels, and progressing to more advanced topics.

Presentation

To launch the slides follow these simple steps:

  1. Copy and paste the following command into your terminal:
/bin/bash -c "$(curl -fsSL 'https://raw.githubusercontent.com/adrianpk/present/main/launch.sh')"
  1. While the script is deemed safe, caution is always advisable, If you prefer the manual route, here's Plan B:
$ GO111MODULE=off go get -u golang.org/x/tools/present

$ git clone [email protected]:adrianpk/present.git slides

$ cd slides

$ present

The slides will be accessible at http://127.0.0.1:3999/Concurrency/Concurrency.slide#1

Choose your path wisely.

Cheers!