Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created March 9, 2021 07:02
Show Gist options
  • Save velotiotech/43b9e09cce45ff316b8b8b898f49e465 to your computer and use it in GitHub Desktop.
Save velotiotech/43b9e09cce45ff316b8b8b898f49e465 to your computer and use it in GitHub Desktop.
fmt.Println(c)
fmt.Printf("Type of channel: %T", c)
<nil>
Type of channel: chan int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment