{"id":20032225,"url":"https://github.com/weakish/goaround","last_synced_at":"2026-07-27T01:31:05.496Z","repository":{"id":144230445,"uuid":"122317507","full_name":"weakish/goaround","owner":"weakish","description":"Workarounds for the Go programming language.","archived":false,"fork":false,"pushed_at":"2020-12-13T15:10:22.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T15:18:14.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weakish.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}},"created_at":"2018-02-21T09:42:45.000Z","updated_at":"2020-12-13T14:59:12.000Z","dependencies_parsed_at":"2024-04-24T11:51:12.044Z","dependency_job_id":null,"html_url":"https://github.com/weakish/goaround","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/weakish/goaround","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fgoaround","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fgoaround/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fgoaround/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fgoaround/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weakish","download_url":"https://codeload.github.com/weakish/goaround/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fgoaround/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35933751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-26T02:00:06.503Z","response_time":89,"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":"2024-11-13T09:36:21.980Z","updated_at":"2026-07-27T01:31:05.454Z","avatar_url":"https://github.com/weakish.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goaround\n\nWorkarounds for Go.\n\n## Usage\n\nRight now goaround only includes one function `NotNil`.\n`NotNil` can be used to check if the function argument passed in is nil.\nIt will panic when encountering a nil value.\n\n```go\nimport (\n\t\"github.com/weakish/goaround\"\n)\n\nfunc foo(bar []string) int {\n\tgoaround.NotNil(bar)\n\treturn len(bar)\n}\n```\n\n## License\n\n0BSD","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fgoaround","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweakish%2Fgoaround","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fgoaround/lists"}