anzboi / go-slides

Go Training slides and demos

Home Page:https://go-course.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go training slides

This projects contains presentations rendered by present.

content/ contains the presentations following the present syntax

This projects is continuously deployed to Appengine at https://gotraining.appspot.com/ when merged into master.

Run locally with

Run the present tool locally with

go build .
./go-slides -base . -content content

Manual Appengine deployment

Request access to GCP gotraining project from a contributor or update app.yaml on your own fork with your GCP project.

Execute

gcloud app deploy

or test the coudbuild with

gcloud builds submit --config cloudbuild.yaml

Attribution

The training materials in this project as of February 2019 were collated by @juliaogris with many cues taken from A Tour of Go and Go by Example.

Extra special thanks to @camh-anz for countless reviews, improvement suggestions and code contributions.

Many thanks also to @anzdaddy for suggesting the pingserver comparison, to @pentaphobe for the syntax colouring contribution and to @anzboi for creating go-samplerest - they and @anz-rfc also contributed in many reviews.

License

This work is copyright Australia and New Zealand Banking Group Limited and licensed under a Creative Commons Attribution 3.0 Unported License.

About

Go Training slides and demos

https://go-course.org/

License:Apache License 2.0


Languages

Language:HTML 90.5%Language:CSS 3.7%Language:JavaScript 3.3%Language:Go 2.3%Language:Java 0.2%