{"id":16109461,"url":"https://github.com/iamrishupatel/exploring-go","last_synced_at":"2025-07-20T02:05:20.442Z","repository":{"id":231115232,"uuid":"780489929","full_name":"iamrishupatel/exploring-go","owner":"iamrishupatel","description":"Within this repository, you'll find a collection of simple GoLang projects that I've built as I explore the language and its capabilities.","archived":false,"fork":false,"pushed_at":"2024-04-17T19:11:25.000Z","size":1550,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T04:30:07.154Z","etag":null,"topics":["go","go-beginner-projects","go-project"],"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/iamrishupatel.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}},"created_at":"2024-04-01T15:36:57.000Z","updated_at":"2024-05-02T13:35:05.000Z","dependencies_parsed_at":"2024-04-19T15:46:56.522Z","dependency_job_id":null,"html_url":"https://github.com/iamrishupatel/exploring-go","commit_stats":null,"previous_names":["iamrishupatel/exploring-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamrishupatel/exploring-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrishupatel%2Fexploring-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrishupatel%2Fexploring-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrishupatel%2Fexploring-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrishupatel%2Fexploring-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamrishupatel","download_url":"https://codeload.github.com/iamrishupatel/exploring-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrishupatel%2Fexploring-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266057169,"owners_count":23870120,"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","go-beginner-projects","go-project"],"created_at":"2024-10-09T19:32:15.102Z","updated_at":"2025-07-20T02:05:20.425Z","avatar_url":"https://github.com/iamrishupatel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exploring Go\n\nThis repository contains some simple projects built for learning and practice purposes.\n\n## Usage\n\n- Either create a binary using `go build` as directed and run the binary file.\n- Or navigate into a directory and run `go run .` to run the code without building it explicitly.\n\n1. [**CLI Todo App**](https://github.com/iamrishupatel/exploring-go/tree/main/cli-todo)\n\n   - Navigate to the `cli-todo` directory.\n   - Compile the Go code using `go build` command.\n   - Run the compiled executable to start the CLI todo app.\n     ```bash\n     ./cli-todo\n     ```\n   - Follow the on-screen instructions to add, remove, update, or list todo items.\n\n2. [**Simple API Client**](https://github.com/iamrishupatel/exploring-go/tree/main/crypto-masters)\n\n   Crypto Masters is a simple client to fetch data from the web. It fetches the price of the some currencies\n   and displays them. It use goroutines, watchgroups and http.\n\n   - Navigate to `crypto-masters` directory\n   - Compile the code using `go build` comamnd\n   - Run the compiled executable.\n     ```bash\n     ./crypto-masters\n     ```\n   - It should print rates of some currencies from the cex api.\n\n3. [**Simple Web Server**](https://github.com/iamrishupatel/exploring-go/tree/main/simple-web-server)\n\n   - Navigate to `simple-web-server` directory.\n   - Compile the code using `go build` command.\n   - Run the compiled executable.\n     ```bash\n     ./simple-web-server\n     ```\n   - Visit `http://localhost:8080` in your browser to see the server in action.\n   - You can add new data by sending a POST request to `http://localhost:8080/add-museum` with a JSON payload.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamrishupatel%2Fexploring-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamrishupatel%2Fexploring-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamrishupatel%2Fexploring-go/lists"}