how to write production ready microservice in go
i was writing microservices in go using go kit.my first server has a microservice create docfile.
how to write a function to send http request with a nullable body in go
in my app i want to repeatedly send http request for communication between our microservices. so i want to globally define a function for sending http requests.