Complete Go
Please rate the course
Source:
Category:
Language:
English
Duration:
11:32:21
Number of lessons:
13
Release date:
07/03/2025
Rating:
0.0
Course short description
This two-day workshop covers everything needed to get started with the Go programming language. We will begin by setting up an HTTP server, then create a CRUD API for a Postgres database, and write unit tests to ensure the reliability of our API.
During the course you will:
- Gain practical experience in developing HTTP backends in Go
- Learn how to write unit tests
- Understand how to work with real and test databases
- Become familiar with data structures and interfaces in Go