func health(w http.ResponseWriter, r *http.Request) { … } func handleRequests(ctx context.Context) { … } func HealthCheck(ctx context.Context) { … }
func health(w http.ResponseWriter, r *http.Request) { … } func handleRequests(ctx context.Context) { … } func HealthCheck(ctx context.Context) { … }