{"id":16976654,"url":"https://github.com/inuoshios/utils","last_synced_at":"2025-10-04T05:38:05.595Z","repository":{"id":64692304,"uuid":"576630673","full_name":"inuoshios/utils","owner":"inuoshios","description":"🐈 https://pkg.go.dev/github.com/inuoshios/utils","archived":false,"fork":false,"pushed_at":"2025-06-09T06:55:26.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T07:46:49.536Z","etag":null,"topics":["golang","golang-package","input","python"],"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/inuoshios.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":"2022-12-10T13:19:12.000Z","updated_at":"2025-06-09T06:54:04.000Z","dependencies_parsed_at":"2023-02-01T02:45:53.870Z","dependency_job_id":null,"html_url":"https://github.com/inuoshios/utils","commit_stats":null,"previous_names":["ixxiv/utils"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/inuoshios/utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inuoshios%2Futils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inuoshios%2Futils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inuoshios%2Futils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inuoshios%2Futils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inuoshios","download_url":"https://codeload.github.com/inuoshios/utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inuoshios%2Futils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278269035,"owners_count":25959103,"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-10-04T02:00:05.491Z","response_time":63,"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":["golang","golang-package","input","python"],"created_at":"2024-10-14T01:26:52.215Z","updated_at":"2025-10-04T05:38:05.584Z","avatar_url":"https://github.com/inuoshios.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Utils\n\nUtils is a package created for handling input in the terminal. It's similar to the `input()` function in Python.\n\n### Installation\n\nYou can install the package using the command below\n\n```bash\ngo get github.com/inuoshios/utils\n```\n\n### Import the package\n\n```go\nimport \"github.com/inuoshios/utils\"\n```\n\n### Example\n\n```go\npackage main\n\nimport \"fmt\"\n\nfunc main() {\n    // print out my github username\n\n    ghUsername, err := utils.Input(\"GH Username\")\n    if err != nil {\n      fmt.Printf(\"error reading github username %v\\n\", err)\n    }\n\n    fmt.Printf(\"Welcome %s\", ghUsername)\n\n    // Prints: Welcome {the ghUsername you inputed}\n}\n```\n\n### Contributions\n\nPRs are accepted. You can also create a new issue if necessary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finuoshios%2Futils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finuoshios%2Futils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finuoshios%2Futils/lists"}