{"id":15096071,"url":"https://github.com/d-led/go-gin-heroku","last_synced_at":"2025-10-08T00:31:59.131Z","repository":{"id":146619759,"uuid":"375949028","full_name":"d-led/go-gin-heroku","owner":"d-led","description":"Simple walkthrough, deploying a Go / Gin based HTTP server to Heroku","archived":true,"fork":false,"pushed_at":"2021-06-11T08:37:52.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-16T15:38:30.504Z","etag":null,"topics":["gin-gonic","golang","walkthrough"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d-led.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":"2021-06-11T07:59:18.000Z","updated_at":"2023-01-27T21:55:03.000Z","dependencies_parsed_at":"2023-05-27T11:00:45.770Z","dependency_job_id":null,"html_url":"https://github.com/d-led/go-gin-heroku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fgo-gin-heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fgo-gin-heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fgo-gin-heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fgo-gin-heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-led","download_url":"https://codeload.github.com/d-led/go-gin-heroku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235669382,"owners_count":19026815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["gin-gonic","golang","walkthrough"],"created_at":"2024-09-25T15:45:17.564Z","updated_at":"2025-10-08T00:31:53.867Z","avatar_url":"https://github.com/d-led.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Log\n\n- `go mod init github.com/d-led/go-gin-heroku`\n- [main.go](main.go) with gin \u0026 `go get`\n- `go run .` \u0026rarr; http://localhost:8080/ \u0026rarr; commit\n- [main_test.go](main_test.go) sanity check, `go mod tidy` to fetch the assertion library, commit\n- refactor to testability, test, commit\n- https://signup.heroku.com/login\n- https://dashboard.heroku.com/new-app\n- enable Github deployments, \"wait for CI to finish\", trigger deployment\n- done: https://go-gin-heroku.herokuapp.com/\n- added `/version` \u0026rarr; empty in production\n- installed Heroku CLI\n- `heroku buildpacks:add --index 1 https://github.com/40thieves/heroku-buildpack-commit-hash.git -a go-gin-heroku` (login via the browser)\n- `heroku git:remote -a go-gin-heroku`\n- deploy via `git push heroku master`\n- https://go-gin-heroku.herokuapp.com/version done\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-led%2Fgo-gin-heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-led%2Fgo-gin-heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-led%2Fgo-gin-heroku/lists"}