Channels and select / Closing channels / Essential

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" ) func main() { ch := make(chan string) close(ch) v := <-ch fmt.Printf("Receive from closed channel immediately returns zero value of the type: %#v\n", v) }
Editor Settings
Theme
Key bindings
Full width
Lines