{"id":15035441,"url":"https://github.com/ildarusmanov/gobase","last_synced_at":"2026-02-15T09:42:17.463Z","repository":{"id":148217030,"uuid":"167258538","full_name":"ildarusmanov/gobase","owner":"ildarusmanov","description":"This is a simple skeleton for golang application","archived":false,"fork":false,"pushed_at":"2020-12-15T16:58:16.000Z","size":12705,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-12T02:17:43.578Z","etag":null,"topics":["github-template","golang","golang-examples","skeleton-application"],"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/ildarusmanov.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":"2019-01-23T21:40:50.000Z","updated_at":"2020-12-15T16:58:18.000Z","dependencies_parsed_at":"2023-04-16T12:35:13.127Z","dependency_job_id":null,"html_url":"https://github.com/ildarusmanov/gobase","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ildarusmanov/gobase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildarusmanov%2Fgobase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildarusmanov%2Fgobase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildarusmanov%2Fgobase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildarusmanov%2Fgobase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ildarusmanov","download_url":"https://codeload.github.com/ildarusmanov/gobase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildarusmanov%2Fgobase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29475150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["github-template","golang","golang-examples","skeleton-application"],"created_at":"2024-09-24T20:28:42.946Z","updated_at":"2026-02-15T09:42:17.443Z","avatar_url":"https://github.com/ildarusmanov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoBase\n\nThis is a simple skeleton for golang application. Inspired by development experience and updated according to github.com/golang-standards/project-layout.\n\n## How to use?\n\n1. Clone the repository (with git client `git clone github.com/ildarusmanov/gobase [project_name]` or use it as template on github for creating a new project)\n2. replace `github.com/ildarusmanov/gobase` with `[your_pkg_name]` in the all files\n\n## Structure\n\n* /api - OpenAPI specs, documentation generated by swag\n* /cmd - CLI\n* /db - database migrations and seeds\n* /docs - documentation\n* /internal - application sources for internal usage\n* /pkg - application sources for external usage(SDK and libraries)\n* /test - some stuff for testing purposes\n\n## Commands\n```sh\n# install dev tools(wire, golangci-lint, swag, ginkgo)\nmake install-tools\n\n# start test environment from docker-compose-test.yml\nmake start-docker-compose-test\n\n# stop test environment from docker-compose-test.yml\nmake stop-docker-compose-test\n\n# build application\nmake build\n\n# run all tests\nmake test-all\n\n# run go generate\nmake gen\n\n# generate OpenAPI docs with swag\nmake swagger\n\n# generate source code from .proto files\nmake proto\n\n# generate dependencies with wire\nmake deps\n```\n\n## Tools and packages\n* gin-gonic\n* ginkgo with gomega\n* viper\n* envy\n* zerolog\n* golangci-lint\n* wire\n* swag\n* migrate\n* protoc\n* jsonapi\n* docker with docker-compose\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fildarusmanov%2Fgobase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fildarusmanov%2Fgobase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fildarusmanov%2Fgobase/lists"}