See how the httpc package in go-zero is used for type safety. — For Gophers, we basically write code for clients to request. Sometimes we need to request RESTful APIs provided by third parties. At this time, we feel that it’s hard to assemble the requests, not difficult, but error-prone. For example, if we want to send a request like this, it looks…