When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Learn Google Go - Golang Programming for Beginners

Learn fundamentals of programming in the Go language

     
  • 4
  •  |
  • Reviews ( 14 )
₹799

This Course Includes

  • iconudemy
  • icon4 (14 reviews )
  • icon3.5 total hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About Learn Google Go - Golang Programming for Beginners

This course teaches the fundamentals of programming in the Go language. Go is a language suitable for a wide variety of tasks, from systems programming to writing web servers. In this course, we’ll learn the syntax of Go, but more importantly, how to “think in Go.” While many tasks can be performed in the same ways as they are done in other programming languages, there is usually a more streamlined solution offered by Go, and that’s what we’re here to learn. 

This 3-hour course is divided into four units. Topics include: - Installing Go and verifying the installation- Finding package documentation- Data types and program structure- Functions - Loops and conditional statements- Arrays and slices- Maps- Structures and pointers- New vs. Make- Reference types and value types- Buffered input and output- Initialization- Function types and closures- InterfacesI hope you join me for this exciting look into one of the most powerful and elegant languages there is! 

What You Will Learn?

  • Learn Data types in Google Go.
  • Learn Maps and Pointers.
  • Learn Loops and Conditional Statements.