Skip to content

mhausenblas/go4ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go for ops

  • Go’s roots and philosophy
  • The Go tool chain (building, testing, dependency management)
  • Language features by example
  • Writing idiomatic Go
  • Go with containers (using Kubernetes)
  • Tasks by example

Slides

Online version:

https://301.sh/go4ops

Local version:

Install the present tool:

$ go get golang.org/x/net
$ go get golang.org/x/tools
$ go install golang.org/x/tools/cmd/present

Now can use it like so to view the slides locally:

$ present

Then go to http://127.0.0.1:3999/main.slide

Resources

Releases

No releases published

Packages

No packages published

Languages