mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated LearnServerProgramming (markdown)
parent
95ff25809e
commit
1fd5c16e81
@ -1,6 +1,6 @@
|
|||||||
This page links to resources for learning about server programming in Go. The items are organized into sections by topic.
|
This page links to resources for learning about server programming in Go. The items are organized into sections by topic.
|
||||||
|
|
||||||
Go servers process each request in its own goroutine. To share memory safely, these goroutines must communicate. [LearnConcurrency](/golang/go/wiki/LearnConcurrency) outlines a course of study.
|
Go servers process each request in its own goroutine. These goroutines share memory by communicating via channels. [LearnConcurrency](/golang/go/wiki/LearnConcurrency) outlines a course of study on Go's concurrency model.
|
||||||
|
|
||||||
## Communication
|
## Communication
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user