Examples
Go
Deploy a Go application
Prompt
Prompt
❯
Build a Go HTTP server with the standard library that serves a JSON API for managing notes. Include CRUD endpoints. Deploy to Ink.
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Go) |
| Build command | go build -o app |
| Start command | ./app |
| Port | 3000 |