Skip to content

Commit 52e152c

Browse files
authored
Merge pull request kamranahmedse#5745 from pixel365/feat/go-generics
feat: add useful links for learning generics in golang
2 parents 35ef88e + 1471b1e commit 52e152c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Go Generics
22

3-
Go Generics is a feature that allows you to write functions, data structures, and algorithms that can work with any type. This is a powerful feature that can help you write more flexible and reusable code.
3+
Go Generics is a feature that allows you to write functions, data structures, and algorithms that can work with any type. This is a powerful feature that can help you write more flexible and reusable code.
4+
5+
Visit the following resources to learn more:
6+
7+
- [Generics](https://go.dev/doc/tutorial/generics)
8+
- [Go Blog: Generics](https://go.dev/blog/intro-generics)
9+
- [Go by Example: Generics](https://gobyexample.com/generics)

0 commit comments

Comments
 (0)