{"id":15471439,"url":"https://github.com/aisk/any","last_synced_at":"2026-01-14T18:10:47.627Z","repository":{"id":30812985,"uuid":"34370153","full_name":"aisk/any","owner":"aisk","description":null,"archived":true,"fork":false,"pushed_at":"2018-08-21T11:54:51.000Z","size":2,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-11T20:45:28.945Z","etag":null,"topics":["go","golang","memes","type"],"latest_commit_sha":null,"homepage":null,"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/aisk.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":"2015-04-22T05:12:33.000Z","updated_at":"2025-01-09T16:13:36.000Z","dependencies_parsed_at":"2022-08-03T15:15:36.751Z","dependency_job_id":null,"html_url":"https://github.com/aisk/any","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aisk/any","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fany","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fany/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fany/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fany/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aisk","download_url":"https://codeload.github.com/aisk/any/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fany/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28429797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","golang","memes","type"],"created_at":"2024-10-02T02:19:52.204Z","updated_at":"2026-01-14T18:10:47.613Z","avatar_url":"https://github.com/aisk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# any.Type\n\n[![GoDoc](https://godoc.org/github.com/aisk/any?status.svg)](https://godoc.org/github.com/aisk/any) [![Build Status](https://travis-ci.org/aisk/any.svg?branch=master)](https://travis-ci.org/aisk/any) [![Codecov](https://img.shields.io/codecov/c/github/aisk/any.svg)](https://codecov.io/gh/aisk/any)\n\nThe missing `any.Type` for go.\n\n![any](http://d.justpo.st/media/images/2017/12/30/she-cant-love-you-for-your-money-if-you-dont-have-any-meme-1514663282.jpg)\n\n---\n\n`any.Type` is just a type alias for `interface{}`, you can use it as any value's type.\n\nExample:\n\n```go\npackage main\n\nimport (\n    \"github.com/aisk/any\"\n)\n\nfunc main() {\n    var a any.Type\n    a = 42\n    a = true\n    a = \"don't panic\"\n    println(a)\n}\n```\n\nThere is also an `any.Map` and `any.Slice`, behave like it looks like.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faisk%2Fany","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faisk%2Fany","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faisk%2Fany/lists"}