Questions about https://play.golang.org/p/J0UuuoMalZ4

https://play.golang.org/p/J0UuuoMalZ4

Explain var counter int64

2 Likes
var counter int64

counter is a variable of type int64.

3 Likes

Hi, @cherilexvold1974, did you mean the syntax? If not, can you clarify for what exactly you’re looking for an explanation?

2 Likes

Remove the “runtime.Gosched()” to understand :slight_smile:

2 Likes

Though I’m young at heart, this relatively new vocabulary trips me up and puts me literally in a daze. Thanks for helping me to iron it down

1 Like

Cool

1 Like

I think I make things harder than they are.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.