Skip to content

Instantly share code, notes, and snippets.

@syossan27
Created February 23, 2018 10:10
Show Gist options
  • Save syossan27/e7478d48bfdb3994a672ab6337833832 to your computer and use it in GitHub Desktop.
Save syossan27/e7478d48bfdb3994a672ab6337833832 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"unsafe"
)
func main() {
errorCh := make(chan error)
fmt.Printf("%d", unsafe.Sizeof(errorCh))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment