Get in Touch

Course Outline

Introduction to Go

  • Overview and history of Go.
  • Installing Go and configuring the development environment.
  • Go tools and workspace structure.

Language Fundamentals

  • Data types, variables, and constants.
  • Operators and expressions.
  • Control structures: if, switch, and loops.

Functions and Scope

  • Defining and invoking functions.
  • Handling multiple return values.
  • Understanding pass-by-value and pass-by-reference.

Working with Arrays, Slices, and Maps

  • Understanding Go’s collection types.
  • Creating and manipulating slices.
  • Working with maps and key-value pairs.

Structs and Methods

  • Creating and utilizing structs.
  • Defining and invoking methods.
  • Implementing interfaces.

Concurrency Basics

  • Introduction to goroutines.
  • Using channels for inter-process communication.
  • Applying synchronization patterns.

Building and Running Go Applications

  • Organizing code into packages.
  • Compiling and executing Go programs.
  • Debugging and testing.

Summary and Next Steps

Requirements

  • Proficiency in at least one programming language.
  • Comprehension of core programming concepts such as variables, loops, and functions.
  • Familiarity with command-line operations.

Target Audience

  • Software developers.
  • System programmers.
  • Backend engineers.
 14 Hours

Number of participants


Price per participant

Testimonials (2)

Upcoming Courses

Related Categories