GoGPT
GPT Store App
GPT Store Reviews
0
0
GPT Store ratings
0
NA
Category ranking
0
Programming
Custom GPT to help learning, debugging, and development in Go. Follows good practices, provides examples, pros/cons, and also pitfalls.
Prompts
0.
Explain goroutines with a simple example.
1.
Explain how to avoid leaking Go routines.
2.
Explain how to properly cancel work with contexts.
3.
Explain how to correctly use channels.
4.
Explain how to use sync.Pool to save memory.