Go HTTP Server

The canonical net/http server for Go web services, with an embedded static frontend. Use when creating internal/server/server.go, serving a frontend out of the binary, adding a route or an API handler, or adding middleware. Triggers on net/http, http.ServeMux, go:embed static, embed.FS, fs.Sub, http.StripPrefix, http.FileServer, ListenAndServe, and any mention of gin, chi, or echo.

Tanq16 5d2c6ab 4.6 KB Updated

File contents

Tanq16/claudex/tree/main/internal/embedded/presets/private/skills/go-http-server commit 5d2c6ab58b

Frequently asked questions

npx skillmds@latest add tanq16/go-http-server