What motivates Go developers to forgo using frameworks?

I’m a beginner in Go coming from a Python background. I notice that many in the Go community prefer leveraging the standard library rather than adopting frameworks, which makes it challenging for newcomers to develop or locate tools.

i reckon it’s about simplicity and rough control. go devs lik using less kit which means u build stuff that fits exactly what u need without extra bloat from frameworks. it can be a bit laborious at first but pays off in the long run.

hey guys, i’m wonderin how much perf advantages matter when sticking to the std lib? its fun to explore but id like hear more thoughts, esp on how it affects debug and maintnance in the long run. anyone else notice these points?