valeriatisch / golang-workshop

Workshop Material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang Workshop Material 🎈

This repository contains all the code and materials presented and used during the workshop. It's organized as a Go workspace.

What's Inside? πŸ“š

Code Samples πŸ“

Dive into our code samples, which are organized into folders labeled from 01* through 16*. Each folder corresponds to a specific topic covered in our workshop.

Exercises πŸ‹οΈβ€β™€οΈ

Here, you'll find all the exercises we tackled during the workshop, complete with solutions.

Guides πŸ“–

In the guides folder, you'll find various helpful guides that cover different aspects of Go programming.

  • setup.md: Learn how to set up Go on your machine. πŸ› οΈ
  • go_commands.md: Explore a list of important Go commands, complete with examples. πŸ–₯️
  • idiomatic_go.md: Discover the idiomatic way of writing Go code. 🧐
  • documentation.md: Learn how to read and create documentation, and publish your module. πŸ“
  • testing.md: Get the lowdown on testing, benchmarking, and documentation examples. πŸ§ͺ
  • project_structure.md: Get suggestions for a simple and a more extended project structure for Go APIs. πŸ—οΈ

Contributing 🀝

If you have any improvements, bug fixes, or additional resources to share, feel free to submit a pull request or open an issue.

Happy coding! πŸŽ‰πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

About

Workshop Material


Languages

Language:Go 92.4%Language:HTML 6.9%Language:CSS 0.7%