{"id":23390540,"url":"https://github.com/tty47/go-skeleton","last_synced_at":"2026-02-01T21:05:11.462Z","repository":{"id":107119084,"uuid":"255297796","full_name":"tty47/Go-Skeleton","owner":"tty47","description":"Go-Skeleton","archived":false,"fork":false,"pushed_at":"2020-04-13T10:40:48.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T10:43:46.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/tty47.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":"2020-04-13T10:39:09.000Z","updated_at":"2020-04-13T10:40:50.000Z","dependencies_parsed_at":"2023-05-27T07:39:37.411Z","dependency_job_id":null,"html_url":"https://github.com/tty47/Go-Skeleton","commit_stats":null,"previous_names":["tty47/go-skeleton"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tty47%2FGo-Skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tty47%2FGo-Skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tty47%2FGo-Skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tty47%2FGo-Skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tty47","download_url":"https://codeload.github.com/tty47/Go-Skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247856554,"owners_count":21007623,"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":[],"created_at":"2024-12-22T03:32:00.559Z","updated_at":"2026-02-01T21:05:11.423Z","avatar_url":"https://github.com/tty47.png","language":null,"readme":"# Go app skeleton\n\n```\nyour-application-name\n├── cmd\n|   ├── your-application-name-cli\n|   |    └── main.go\n|   ├── your-application-name-api\n|   |    └── main.go\n├── internal/\n|   ├── package01\n|   |    ├── file01.go\n|   |    └── file02.go\n|   ├── package02\n|   |    ├── file01.go\n|   |    └── file02.go\n├── pkg/\n|   ├── library01\n|   |    ├── file01.go\n|   |    └── file02.go\n|   ├── library02\n|   |    ├── file01.go\n|   |    └── file02.go\n├── vendor/\n├── LICENSE\n└── README.md\n```\n\n\nFolder structure description:\n\n\n```\n/cmd\n```\nEvery path to access to the app.\nSuch us, API, CLI, etc..\nEach of them inside the folder ```cmd```will contain their ```main.go``` and all the rest of the files, configuration, environments, depency inyection, etc...\nImportant, the name of the packages inside the cmd will have reference to the binary.\n\n```\n/internal\n```\nWill serve all the components of their app that won't be exposed.\n\n```\n/pkg\n```\nFolder which will have all the package that we want to expose and they will have reutilization in the future.\n\n```\n/vendor\n```\n(Optional), folder which will have all the third party dependencies, in the case that you don't have migrate to Go Modules yet.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftty47%2Fgo-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftty47%2Fgo-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftty47%2Fgo-skeleton/lists"}