mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Added casting experience
parent
4495819eb4
commit
45bc68fc9e
@ -16,6 +16,7 @@ Add new sections as appropriate.
|
||||
|
||||
- [App and Game Development](#app-and-game-development)
|
||||
- [Concurrency](#concurrency)
|
||||
- [Casting](#casting)
|
||||
- [Context](#context)
|
||||
- [Declarations](#declarations)
|
||||
- [Dependencies](#dependencies)
|
||||
@ -42,6 +43,9 @@ Add new sections as appropriate.
|
||||
|
||||
- Paul Ruest, "[Go Library Support for Apps and Games](https://gazed.github.io/goApps.html)", November 2017
|
||||
|
||||
## Casting
|
||||
- Richard Warburton, "[Should Go Casting be permitted when underlying data structures are the same?](https://gist.github.com/krolaw/f010ab0966fd379725ecc48e8bbcac1c)", December 2017
|
||||
|
||||
## Concurrency
|
||||
|
||||
- Sergey Kamardin, “[A Million WebSockets and Go](https://medium.freecodecamp.org/million-websockets-and-go-cc58418460bb),” August 2017, about the memory overhead of blocked read/write goroutines.
|
||||
|
Loading…
x
Reference in New Issue
Block a user