Golang errors

From 탱이의 잡동사니
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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>