Skip to content

GolangUA/go-training

Repository files navigation

go-training

Golang training materials

Themes

  1. Intoduction
  2. OOP in Go
  3. Testing
  4. Network
  5. Concurrency
  6. Performance & optimization

Installation

  1. Clone this code into a directory
git clone https://github.com/GolangUA/go-training
  1. Install the Go present tool
go get -u -v golang.org/x/tools/cmd/present
  1. Run the present tool
cd go-training && present

The slides will be available at http://127.0.0.1:3999/

References

Books:

Articles:

Practice:

Talks:

Video:

Basic:

Advance:

Documentation:

License and Materials

This presentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International licence.

You are encouraged to remix, transform, or build upon the material, providing you give appropriate credit and distribute your contributions under the same license.

Releases

No releases published

Packages

No packages published

Languages