{"id":34021104,"url":"https://github.com/gotidy/app","last_synced_at":"2026-05-26T21:32:35.541Z","repository":{"id":57555539,"uuid":"311977741","full_name":"gotidy/app","owner":"gotidy","description":"Go application template.","archived":false,"fork":false,"pushed_at":"2021-02-27T14:22:09.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T06:20:41.452Z","etag":null,"topics":["golang","golang-application","golang-examples"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gotidy.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}},"created_at":"2020-11-11T13:24:04.000Z","updated_at":"2021-02-27T14:22:11.000Z","dependencies_parsed_at":"2022-09-10T20:01:40.631Z","dependency_job_id":null,"html_url":"https://github.com/gotidy/app","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/gotidy/app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotidy%2Fapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotidy%2Fapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotidy%2Fapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotidy%2Fapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotidy","download_url":"https://codeload.github.com/gotidy/app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotidy%2Fapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33540614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"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":["golang","golang-application","golang-examples"],"created_at":"2025-12-13T15:43:33.705Z","updated_at":"2026-05-26T21:32:35.526Z","avatar_url":"https://github.com/gotidy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go language blank application\n\nSome Go language blank application.\n\n## Launch generation\n\n```sh\ngo generate ./...\n```\n\nor \n\n```sh\nmake gen\n```\n\n## Launch  tests\n\n```sh\ngo test ./...\n```\n\nor \n\n```sh\nmake test\n```\n\n## Docker-compose\n\n```sh\ndocker-compose up -d someconteiner\ndocker-compose up --build app\n```\n\nor \n\n```sh\n# Start all containers.\nmake up\n\n# Start some containers.\nmake up-some\n\n# Start APP container.\nmake up-app\n\n# Stop containers.\nmake down\n```\n\n## Launch application\n\n```sh\nAPP_DB_HOST=127.0.0.1\nAPP_DB_PORT=5432\nAPP_DB_NAME=database\nAPP_DB_USER=$DB_USER\nAPP_DB_PASSWORD=$DB_PASSWORD\nAPP_HOST=\nAPP_PORT=80\nAPP_PATH=/\n\ngo run ./cmd/app/*\n```\n\nor \n\n```sh\n# Launch application.\nmake run\n\n# Show help.\nmake help\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotidy%2Fapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotidy%2Fapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotidy%2Fapp/lists"}