{"id":21423222,"url":"https://github.com/boysimon10/go-simple-calc","last_synced_at":"2025-03-16T20:25:35.523Z","repository":{"id":273819662,"uuid":"892025475","full_name":"boysimon10/go-simple-calc","owner":"boysimon10","description":"A simple CLI calculator built with Go to practice my Go programming skills.","archived":false,"fork":false,"pushed_at":"2024-11-21T15:55:20.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T07:11:24.287Z","etag":null,"topics":["go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/boysimon10.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":"2024-11-21T11:34:48.000Z","updated_at":"2025-01-11T16:06:41.000Z","dependencies_parsed_at":"2025-01-23T07:11:27.323Z","dependency_job_id":"1afa63ed-0f68-46af-9bae-f7d88020d365","html_url":"https://github.com/boysimon10/go-simple-calc","commit_stats":null,"previous_names":["boysimon10/go-simple-calc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boysimon10%2Fgo-simple-calc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boysimon10%2Fgo-simple-calc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boysimon10%2Fgo-simple-calc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boysimon10%2Fgo-simple-calc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boysimon10","download_url":"https://codeload.github.com/boysimon10/go-simple-calc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243926665,"owners_count":20370020,"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":["go","golang"],"created_at":"2024-11-22T21:15:08.190Z","updated_at":"2025-03-16T20:25:35.493Z","avatar_url":"https://github.com/boysimon10.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Simple Calculator\n\n## Description\nA simple command-line calculator in Go, supporting basic mathematical operations.\n\n## Features\n- Addition (+)\n- Subtraction (-)\n- Multiplication (*)\n- Division (/)\n\n## Prerequisites\n- Go 1.23.2 or higher\n\n## Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/boysimon10/go-simple-calc.git\ncd go-simple-calc\n```\n\n2. Initialize Go module\n```bash\ngo mod init github.com/boysimon10/go-simple-calc\ngo mod tidy\n```\n\n## Usage\n```bash\ngo run cmd/main.go\n```\n\nExample:\n```\n[number 1] [operator] [number 2]\n5 + 3\n```\n\n## Project Structure\n- `cmd/main.go`: Main entry point\n- `pkg/calculator/`: Mathematical operations\n- `pkg/handler/`: Input and calculation handling\n- `pkg/utils/`: Utility functions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboysimon10%2Fgo-simple-calc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboysimon10%2Fgo-simple-calc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboysimon10%2Fgo-simple-calc/lists"}