{"id":30746845,"url":"https://github.com/coderj001/goapistarterkit","last_synced_at":"2025-09-04T04:30:09.166Z","repository":{"id":197404131,"uuid":"698558576","full_name":"coderj001/GoApiStarterKit","owner":"coderj001","description":"Go project template","archived":false,"fork":false,"pushed_at":"2023-10-02T05:54:42.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-10-02T12:35:41.388Z","etag":null,"topics":["go","goapi","golang"],"latest_commit_sha":null,"homepage":"","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/coderj001.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}},"created_at":"2023-09-30T09:19:08.000Z","updated_at":"2023-10-02T12:35:41.388Z","dependencies_parsed_at":null,"dependency_job_id":"b52e0d98-d89a-45ba-b4de-4ee3c9532622","html_url":"https://github.com/coderj001/GoApiStarterKit","commit_stats":null,"previous_names":["coderj001/goapistarterkit"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/coderj001/GoApiStarterKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderj001%2FGoApiStarterKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderj001%2FGoApiStarterKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderj001%2FGoApiStarterKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderj001%2FGoApiStarterKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderj001","download_url":"https://codeload.github.com/coderj001/GoApiStarterKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderj001%2FGoApiStarterKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273550588,"owners_count":25125528,"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-09-04T02:00:08.968Z","response_time":61,"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":["go","goapi","golang"],"created_at":"2025-09-04T04:29:56.425Z","updated_at":"2025-09-04T04:30:09.112Z","avatar_url":"https://github.com/coderj001.png","language":"Go","readme":"# Cookiecutter-Goapistarterkit\n\n### GO Projects Structure \n```bash\n- /project_root\n  - go.mod               # The Go module file, defining the project's dependencies.\n  - README.md            # Project documentation and README file.\n  - LICENSE              # Licensing information for the project.\n  - Makefile             # A Makefile for building and managing the project (optional).\n  - cmd/                 # Directory for application-specific commands.\n    - main.go            # The entry point of the application.\n  - internal/            # Directory for internal packages and modules.\n    - package_name/      # Subdirectory for internal packages (private to the project).\n      - your_logic.go    # Go source files containing internal application logic.\n  - pkg/                 # Directory for public packages (optional).\n    - public_package/    # Subdirectory for public packages (can be imported by other projects).\n      - public_logic.go  # Go source files containing public package logic.\n  - bin/                 # Directory for compiled binary files (executable outputs).\n  - test/                # Directory for test files (unit tests and integration tests).\n```\n1. `/project_root`: The root directory of your Go project.\n2. `go.mod`: This is the Go module file. It defines the project's dependencies and is used for managing packages.\n3. `README.md`: A documentation file that provides information about your project.\n4. `LICENSE`: (Optional) This file contains licensing information for your project, which is important for open-source projects.\n5. `Makefile`: A Makefile for defining build and project management tasks.\n6. `cmd/`: A directory for application-specific commands.\n7. `go_project/`: Subdirectory for the main application.\n8. `main.go`: The main entry point of your Go application.\n9. `internal/`: A directory for internal packages and modules.\n10. `package_name/`: Subdirectory for internal packages (private to your project).\n11. `your_logic.go`: Go source files containing internal application logic.\n12. `pkg/`: (Optional) A directory for public packages.\n13. `public_package/`: Subdirectory for public packages that can be imported by other projects.\n14. `public_logic.go`: Go source files containing public package logic.\n15. `bin/`: A directory where compiled binary files (executables) are stored after building.\n16. `test/`: A directory for test files, which typically include unit tests and integration tests.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderj001%2Fgoapistarterkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderj001%2Fgoapistarterkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderj001%2Fgoapistarterkit/lists"}