Go ist eine Open-Source Programmiersprache mit der man zuverlässige Software erstellen kann. Lernen Sie in unserem Kurs die Grundlagen der Programmierung mit GO kennen und eigene Projekte zu erstellen. Mit praxisnahen Übungen wird das Gelernte vertieft.
Schwerpunkte
Introduction
Go workspace setup
Basic topics
The Language Basics
Error handling
Go's "OOP" approach
Concurrency
The standard library
Use of 3rd party libraries
Simple Command line application
Simple Client/Server application