Open bdutta opened 1 year ago
sorely lacking in substance indeed. At a minimum, methods on a generic types should be shown along with a few examples.
Hi there. I proposed on https://github.com/golang/go/issues/67904 to add at least one exercise in the generics section.
Context: https://go.dev/tour/generics/2
The coverage of 'Generics' is extremely light in the Tour Of Go, compared to many other topics s.a. slices, interfaces etc. I understand that Tour Of Go, is only a Tour, but then the 2 slides on Generics, don't seem to convey much. This is quite different for most other topics in the Tour, where a person who is familiar with at least one more programming language, will have no issues in understanding.