mirror of
https://github.com/foomo/foomo-docs.git
synced 2025-10-16 12:35:40 +00:00
Fix build
This commit is contained in:
parent
b2422eab0e
commit
d93be866c3
@ -40,7 +40,7 @@ func main() {
|
|||||||
myChannel := make(chan string) // unbuffered channel of type string
|
myChannel := make(chan string) // unbuffered channel of type string
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
To specify which function is writing and which function is reading from the channel we use arrows: <-
|
To specify which function is writing and which function is reading from the channel we use arrows: ```<-```
|
||||||
|
|
||||||
```go
|
```go
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user