Go Forum
What are some handy "runtime" & "runtime/debug" functions you use in your go apps/services?
Getting Help
sabitk
(Sabit Kondakçı)
January 13, 2023, 6:01pm
1
I tend to use
debug.SetMaxStack()
&
runtime.Gosched()
.