GOLANGTESTS Telegram 421
👣 Что выведет код ?

package main

import "runtime"

func main() {
c := make(chan int)
go func() {
defer close(c)
defer runtime.Goexit()
var x any = []int(nil)
println(x == x)
}()
<-c
}


📌Запустить код

#junior #quiz

@golangtests
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5🔥1🥰1



tgoop.com/golangtests/421
Create:
Last Update:

👣 Что выведет код ?

package main

import "runtime"

func main() {
c := make(chan int)
go func() {
defer close(c)
defer runtime.Goexit()
var x any = []int(nil)
println(x == x)
}()
<-c
}


📌Запустить код

#junior #quiz

@golangtests

BY Go tests




Share with your friend now:
tgoop.com/golangtests/421

View MORE
Open in Telegram


Telegram News

Date: |

Click “Save” ; How to Create a Private or Public Channel on Telegram? Some Telegram Channels content management tips 4How to customize a Telegram channel? Done! Now you’re the proud owner of a Telegram channel. The next step is to set up and customize your channel.
from us


Telegram Go tests
FROM American