{"id":20171593,"url":"https://github.com/mikemenaker/go-service-template","last_synced_at":"2026-06-08T11:01:56.305Z","repository":{"id":83981879,"uuid":"131324065","full_name":"mikemenaker/go-service-template","owner":"mikemenaker","description":"Template for building web services in golang. Uses gorilla/mux as a router/dispatcher.  This includes routing, logging, json serialization","archived":false,"fork":false,"pushed_at":"2018-04-27T22:03:24.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T04:27:05.767Z","etag":null,"topics":["golang","rest-api","template","web-app","web-service"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikemenaker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-04-27T17:04:45.000Z","updated_at":"2024-07-09T09:50:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"208567f6-740e-494f-b12c-b800eea277f9","html_url":"https://github.com/mikemenaker/go-service-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikemenaker/go-service-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemenaker%2Fgo-service-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemenaker%2Fgo-service-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemenaker%2Fgo-service-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemenaker%2Fgo-service-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikemenaker","download_url":"https://codeload.github.com/mikemenaker/go-service-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemenaker%2Fgo-service-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34059157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","rest-api","template","web-app","web-service"],"created_at":"2024-11-14T01:25:37.628Z","updated_at":"2026-06-08T11:01:56.270Z","avatar_url":"https://github.com/mikemenaker.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-service-template\n\nTemplate for building web services in golang. Uses gorilla/mux as a router/dispatcher.\n\nThis includes routing, logging, json serialization\n\n### How to run\n\n`go run main.go` works well if your application or service has a single file, but for a more complex project with lots of files then you'll have to start using the proper go build tool and run the compiled executable.\n\n```\ngo build \u0026\u0026 service.exe\n```\n\n`go build` will generate an executable called `service.exe` (on windows) and then run that executable by typing `service.exe`.\n\nThe app will bind itself to port 3030 (defined in `main.go`).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemenaker%2Fgo-service-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikemenaker%2Fgo-service-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemenaker%2Fgo-service-template/lists"}