{"id":41020128,"url":"https://github.com/codestation/go-skel","last_synced_at":"2026-01-22T09:32:37.132Z","repository":{"id":43806668,"uuid":"332886271","full_name":"codestation/go-skel","owner":"codestation","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-06T12:06:15.000Z","size":730,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T13:23:57.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/codestation.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,"zenodo":null}},"created_at":"2021-01-25T21:18:04.000Z","updated_at":"2025-05-06T12:06:18.000Z","dependencies_parsed_at":"2023-12-07T18:30:20.515Z","dependency_job_id":"35f58491-33ee-4afe-865c-a7cc92312bb2","html_url":"https://github.com/codestation/go-skel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codestation/go-skel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestation%2Fgo-skel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestation%2Fgo-skel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestation%2Fgo-skel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestation%2Fgo-skel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codestation","download_url":"https://codeload.github.com/codestation/go-skel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestation%2Fgo-skel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28660770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":[],"created_at":"2026-01-22T09:32:37.068Z","updated_at":"2026-01-22T09:32:37.122Z","avatar_url":"https://github.com/codestation.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go skeleton base project\n\n## Directory summary\n\nThe following directories follow somewhat the clean architecture design.\n\n* `app/controller`: external layer, only processes the request data and passes it to the business layer on `app/usecase`\n* `app/usecase`: business layer, doesn't put code here related to request or databases. Uses the `app/repository` \n  package if it needs to operate on the data.\n* `app/repository`: data repository layer. Only this layer connects to the database. Reads and writes data to structs \n  from `app/model`.\n* `app/model`: Data definitions. There is no business logic in this layer.\n* `app/tasks`: Background tasks to be run asynchronously.\n\nThe following directories handles the application procedures unrelated to the business logic.\n\n* `cmd`: Entrypoint for the application on the command line.\n* `config`: Application configuration read from the environment, config file or command line flags.\n* `db`: migration files for the database.\n* `locales`: project translations.\n* `oapi`: OpenAPI spec and autogenerated code.\n* `pkg`: code shareavble with other modules.\n* `test`: data to seed database for the testcases.\n* `version`: application version info (commit and build date).\n* `web`: static files served from the API.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodestation%2Fgo-skel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodestation%2Fgo-skel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodestation%2Fgo-skel/lists"}