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

SettingValue
Build packAuto-detect (Go)
Build commandgo build -o app
Start command./app
Port3000

On this page