{"id":51332681,"url":"https://github.com/itsgitz/go-lab","last_synced_at":"2026-07-02T00:04:08.682Z","repository":{"id":355316408,"uuid":"1227613854","full_name":"itsgitz/go-lab","owner":"itsgitz","description":"A focused workspace for re-mastering Go. Documenting my journey back into the language, from 2020 basics to modern 2026 standards.","archived":false,"fork":false,"pushed_at":"2026-05-03T01:28:43.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-03T01:28:59.976Z","etag":null,"topics":[],"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/itsgitz.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-02T23:32:46.000Z","updated_at":"2026-05-03T01:28:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/itsgitz/go-lab","commit_stats":null,"previous_names":["itsgitz/go-lab"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/itsgitz/go-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fgo-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fgo-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fgo-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fgo-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsgitz","download_url":"https://codeload.github.com/itsgitz/go-lab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fgo-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35027345,"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":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"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-07-02T00:04:07.932Z","updated_at":"2026-07-02T00:04:08.677Z","avatar_url":"https://github.com/itsgitz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-lab\n\nA personal workspace dedicated to re-learning and mastering the Go programming language. After a hiatus since 2020, this repository serves as a living laboratory for experimenting with modern Go idioms, performance patterns, and the evolved ecosystem.\n\n## Project Structure\n\n```\ngo-lab/\n├── getting-started/    # Simplest possible Go module (Hello World)\n└── api/                # REST API with Gin + GORM + SQLite\n```\n\n## Modules\n\n### getting-started\n\nMinimal Go module demonstrating basic syntax. Prints \"Hello world!\" to stdout.\n\n```bash\nmake run APP=getting-started\n```\n\n### api\n\nREST API demonstrating:\n\n- **Gin** - Web framework\n- **GORM** - ORM for database operations\n- **SQLite** - Lightweight database\n\n**Endpoints:**\n\n- `GET /ping` - Health check, returns `{\"message\": \"pong\"}`\n- `POST /todos` - Create a todo item\n\n```bash\nmake run APP=api\n# Server runs on http://localhost:8080\n```\n\n## Topics to Explore\n\nThis project covers a refresh of:\n\n- Go modules and workspace structure\n- REST API development with Gin\n- Database integration with GORM and SQLite\n- Context management (`context.Context`)\n- JSON request/response handling\n- Basic CRUD operations\n\n## Commands\n\n```bash\nmake            # Build all apps\nmake build APP=\u003cname\u003e   # Build a specific app (e.g. APP=api)\nmake run APP=\u003cname\u003e     # Run a specific app\nmake clean      # Remove built binaries\n```\n\n## Requirements\n\n- Go 1.21+\n- (api module) SQLite3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsgitz%2Fgo-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsgitz%2Fgo-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsgitz%2Fgo-lab/lists"}