Tools
Zero-configuration Go backend support
Vercel now supports Go backend applications with zero configuration, allowing developers to deploy Go APIs and Go Gin API applications without any configuration required. Go files placed inside ...
Vercel now supports Go backend applications with zero configuration, allowing developers to deploy Go APIs and Go Gin API applications without any configuration required. Go files placed inside an /api directory are automatically recognized, with each file exporting an http.HandlerFunc becoming a separate Vercel Function. The Go Framework Preset works with standard net/http servers and frameworks such as chi or gin, detecting a root go.mod file and common entrypoints like main.go, cmd/api/main.go, or cmd/server/main.go.
Related
- Zero-configuration Django support
- Elastic build machines now available in beta
- Vercel CLI commands now scoped to local directory
- Activity Log now available in Vercel CLI
Source: tools