Skip to content

muly/go-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-training

installing present tool

go install golang.org/x/tools/cmd/present@latest

before using the present tool

  • make sure go mod is initialized on the parent folder
  • and run the below go get golang.org/x/tools/cmd/present

running presentation slides

local

% present 2022/11/15 08:20:33 Open your web browser and visit http://127.0.0.1:3999

local: presenter mode

present -notes

press 'N' from the browser to display presenter notes

go talks

https://go-talks.appspot.com/github.com/muly/go-training/slice.slide [server error]

working example: https://go-talks.appspot.com/github.com/davecheney/presentations/reproducible-builds.slide#1

not working example: 403 error from github api https://go-talks.appspot.com/github.com/muly/go-training/slice.slide#1 Error accessing api.github.com. 403: (https://api.github.com/repos/muly/go-training) Error accessing api.github.com. get https://api.github.com/repos/muly/go-training/contents/_concepts/03_slice/07forLoop/6range_withValueIgnoredInSimpleForm.go -> 403

sometimes not working: https://go-talks.appspot.com/github.com/davecheney/presentations/5nines.slide#26 similar 403 error

open issue related to this: golang/go#58906

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages