Golang errors

From 탱이의 잡동사니
Jump to navigation Jump to search

Ovreview

Golang erorr 내용 정리

deadlock

<source lang=go> fatal error: all goroutines are asleep - deadlock!

goroutine 1 [chan send]: main.main()

       /Users/sungtaekim/workspace/study/program/golang_examples/gobyexample/channel_buffering/main.go:22 +0x90

</source>