demo-bot fa26fb5837
Some checks failed
Integration Test / Platform Conformance (pull_request) Successful in 5s
Integration Test / Unit Tests + Container Smoke (pull_request) Failing after 2m59s
chore(platform): initialize GitOps workflow
2026-03-24 10:43:24 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00
2026-03-24 10:43:21 +00:00

tmpl-test-go

Test scaffold for go runtime

Runtime: Go 1.22 · net/http
Owner: platform-engineering

Quick Start

go mod tidy
go run .

Service on http://localhost:8080.

Endpoints

Method Path Description
GET /api/items List items
POST /api/items Create item
GET /api/items/{id} Get by ID
PUT /api/items/{id} Update
DELETE /api/items/{id} Delete
GET /health {"status":"UP"}
GET /metrics Prometheus metrics

Test

go test ./...
Description
Test scaffold for go runtime
Readme 40 KiB
Languages
Go 90.8%
Dockerfile 9.2%