{"id":15700484,"url":"https://github.com/suyashkumar/go-starter","last_synced_at":"2025-07-21T19:32:45.238Z","repository":{"id":82739682,"uuid":"88477342","full_name":"suyashkumar/go-starter","owner":"suyashkumar","description":"A Golang starter web service with RESTful API, SSL, and static frontend serving","archived":false,"fork":false,"pushed_at":"2018-07-11T03:44:03.000Z","size":25,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T14:12:45.557Z","etag":null,"topics":["go","golang","scaffold","server","starter-kit","web","web-app","web-server","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suyashkumar.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":"2017-04-17T06:08:46.000Z","updated_at":"2025-01-10T19:47:15.000Z","dependencies_parsed_at":"2023-03-04T23:45:35.818Z","dependency_job_id":null,"html_url":"https://github.com/suyashkumar/go-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/suyashkumar/go-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fgo-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fgo-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fgo-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fgo-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suyashkumar","download_url":"https://codeload.github.com/suyashkumar/go-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fgo-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266364947,"owners_count":23918007,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["go","golang","scaffold","server","starter-kit","web","web-app","web-server","web-service"],"created_at":"2024-10-03T19:48:50.222Z","updated_at":"2025-07-21T19:32:45.197Z","avatar_url":"https://github.com/suyashkumar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-starter\n\nThis repository is a barebones golang web service scaffold that sets up routes, SSL, static file serving, and a global pooled mysql database connection. This is still in progress!\n\n## Initial Installation\nSince Golang uses the directory structure of your project for import/build paths, to use this code all import instances with \"github.com/suyashkumar/go-starter\" will have to be replaced with your import path. A script is provided to automatically do this for you. \n1. `git clone https://github.com/suyashkumar/go-starter \u003cpath-of-your-project\u003e`\n2. `cd \u003cpath-of-your-project\u003e`\n3. `./install \u003cgo-import-path-of-your-project\u003e` You must supply the go import path for your project. The current path is simply \"github.com/suyashkumar/go-starter\" but yours might be \"github.com/bob/hello-world\" if your project lives in `$GOPATH/src/github.com/bob/hello-world`. \n4. `dep ensure` to install dependencies (or just run `make` to build).\n5. (Optional) you may want to `rm -rf .git` and `git init` your new git repo from scratch. \n\n## General Usage\n* `make` to run tests and build your project\n* `make release` to build win/linux/darwin binaries of your project\n* `make test` to just run all tests in the project\n* Docker configuration coming soon!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuyashkumar%2Fgo-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuyashkumar%2Fgo-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuyashkumar%2Fgo-starter/lists"}