Pulling the Go vs Generics doc up a level.

Jason Buberel 2015-08-22 15:18:54 -07:00
parent da8558915f
commit 6f73052f03

@ -100,6 +100,7 @@ Here are some of the places where you can find Gophers online
## Additional Go Programming Wikis ## Additional Go Programming Wikis
- [Why Go doesn't Support Generics: A Summary of Go Generics Discussions](https://docs.google.com/document/d/1vrAy9gMpMoS3uaVphB32uVXX4pi-HnNjkMEgyAHX4N4/preview) - Start here before you join the debate.
- Concurrency - Concurrency
- [Timeouts](Timeouts) - Abandon async calls that take too long - [Timeouts](Timeouts) - Abandon async calls that take too long
- [LockOSThread](LockOSThread) - [LockOSThread](LockOSThread)
@ -114,7 +115,6 @@ Here are some of the places where you can find Gophers online
- [GcToolchainTricks](GcToolchainTricks) - [GcToolchainTricks](GcToolchainTricks)
- [GoForCPPProgrammers](GoForCPPProgrammers) - [GoForCPPProgrammers](GoForCPPProgrammers)
- [GoStrings](GoStrings) - [GoStrings](GoStrings)
- [GoVsGenerics](GoVsGenerics)
- [Hashing](Hashing) - [Hashing](Hashing)
- [HttpFetch](HttpFetch) - [HttpFetch](HttpFetch)
- [HttpStaticFiles](HttpStaticFiles) - [HttpStaticFiles](HttpStaticFiles)
@ -122,7 +122,6 @@ Here are some of the places where you can find Gophers online
- [Iota](Iota) - [Iota](Iota)
- [MethodSets](MethodSets) - [MethodSets](MethodSets)
- [PanicAndRecover](PanicAndRecover) - [PanicAndRecover](PanicAndRecover)
- [Range](Range) - [Range](Range)
- [RateLimiting](RateLimiting) - [RateLimiting](RateLimiting)
- [Rationales](Rationales) - [Rationales](Rationales)