Golang errors

From 탱이의 잡동사니
Revision as of 14:20, 22 October 2018 by Pchero (talk | contribs) (Created page with "== Ovreview == Golang erorr 내용 정리 == deadlock == <source lang=go> fatal error: all goroutines are asleep - deadlock! goroutine 1 [chan send]: main.main() /Us...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>