Что произойдёт при выполнении следующего кода?
package main import ( "fmt" "time" ) func main() { m := make(map[int]bool) go func() {