Add generics to go roadmap

pull/5650/head
Kamran Ahmed 5 months ago
parent 1a619e1dbd
commit 742b79e473
  1. 3
      src/data/roadmaps/golang/content/101-go-advanced/111-generics.md
  2. 879
      src/data/roadmaps/golang/golang.json

@ -0,0 +1,3 @@
# Go Generics
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.

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save