{"id":37197281,"url":"https://github.com/tommaso-borgato/go-server","last_synced_at":"2026-01-14T22:56:09.820Z","repository":{"id":98072152,"uuid":"322023412","full_name":"tommaso-borgato/go-server","owner":"tommaso-borgato","description":"Simple GO HTTP server","archived":false,"fork":false,"pushed_at":"2020-12-23T15:59:01.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-19T15:00:16.688Z","etag":null,"topics":["buildah","dockerfile","golang","openshift","podman"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tommaso-borgato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-16T15:27:39.000Z","updated_at":"2020-12-28T15:49:12.000Z","dependencies_parsed_at":"2023-05-23T09:45:07.436Z","dependency_job_id":null,"html_url":"https://github.com/tommaso-borgato/go-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tommaso-borgato/go-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommaso-borgato%2Fgo-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommaso-borgato%2Fgo-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommaso-borgato%2Fgo-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommaso-borgato%2Fgo-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tommaso-borgato","download_url":"https://codeload.github.com/tommaso-borgato/go-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommaso-borgato%2Fgo-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28437398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buildah","dockerfile","golang","openshift","podman"],"created_at":"2026-01-14T22:56:08.994Z","updated_at":"2026-01-14T22:56:09.769Z","avatar_url":"https://github.com/tommaso-borgato.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple GO HTTP server\n\nThis is a simple example showing how-to create a simple GO web app and then package it inside an \"OpenShift ready\" container;\n\n## build\n\n```\ngo build -o app\n```\n\n## run\n\n```\n./app\n```\n\n## test\n\n```\ncurl localhost:8080\n```\n\n## containerize\n\n```\ngo build -o app\nsudo podman login registry.redhat.io\nsudo podman pull registry.redhat.io/ubi8/ubi-minimal\nsudo podman build --tag go-server -f ./Dockerfile\nsudo podman run -p 8080:80 --name go-server --rm go-server\ncurl localhost:8080\n```\n\n### Verify the size of your image\n\n```\nsudo buildah images\n```\n\n\n\u003e NOTE: initial GO module setup: `go mod init github.com/tommaso-borgato/go-server`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommaso-borgato%2Fgo-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftommaso-borgato%2Fgo-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommaso-borgato%2Fgo-server/lists"}