From the course: Go for Developers: Practical Techniques for Effective Coding
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Topics - Go Tutorial
From the course: Go for Developers: Practical Techniques for Effective Coding
Topics
“
- In this lesson, we're going to learn about Generics in Go, we'll learn what are Generics. We'll talk about type constraints and how to define them. We'll learn how to deal with underlying type constraints. And then finally, we'll look at how to make Generic types.