README ¶ Minimal Golang Application This is a tiny demo application in Go. It exposes a web server listening on port 8080 which responds to the following routes: Route HTTP response status codes Response Body /healthz 200 {"status":"ok"} /errorz 500 Any other route 404 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.