{"id":23686415,"url":"https://github.com/devhindo/goref","last_synced_at":"2026-01-24T09:02:59.089Z","repository":{"id":239850339,"uuid":"800775861","full_name":"devhindo/goref","owner":"devhindo","description":"my reference to Go","archived":false,"fork":false,"pushed_at":"2024-05-15T01:28:23.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T01:11:31.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/devhindo.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":"2024-05-15T01:17:51.000Z","updated_at":"2024-05-15T01:28:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"395466f7-f314-4d4a-ac09-bc499e56ff6c","html_url":"https://github.com/devhindo/goref","commit_stats":null,"previous_names":["devhindo/goref"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devhindo/goref","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fgoref","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fgoref/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fgoref/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fgoref/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devhindo","download_url":"https://codeload.github.com/devhindo/goref/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fgoref/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28721985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-12-29T21:32:01.196Z","updated_at":"2026-01-24T09:02:59.071Z","avatar_url":"https://github.com/devhindo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Table of Contents\n\n- [keywords](#keywords)\n- [builtin functions](#builtin-functions)\n- [standard library](#standard-library)\n- [common packages](#common-packages)\n\n## keywords\n\n(25 keyword)\n- `package`: defines a package.\n- `import`: imports a package.\n- `func`: defines a function.\n- `return`: exits a function.\n- `var`: declares a variable.\n- `const`: declares a constant.\n- `type`: declares a type.\n- `struct`: defines a new data type.\n- `break`: exits a loop.\n- `case`: a case inside a switch statement.\n- `chan`: defines a new channel.\n- `defer`: defers a function.\n- `else`: else statement.\n- `fallthrough`: transfers control to the next case.\n- `for`: loop keyword.\n- `go`: starts a goroutine.\n- `if`: if statement.\n- `interface`: defines an interface.\n- `map`: defines a map.\n- `range`: iterates over items in a variety of data structures.\n- `select`: works with channels.\n- `switch`: works with multiple conditions.\n\n\n## builtin functions\n\n- `len()`: returns the length of `v` according to its type. | `func len(v Type) int`\n- `cap()`: returns the capacity of a slice.\n- `append()`: appends elements to a slice | `func append(slice []Type, elems ...Type) []Type`\n- `copy()`: copies elements from one slice to another.\n\n## standard library\n\n- `fmt`: formatting I/O.\n- `os`: operating system interfaces.\n- `io`: basic I/O interfaces.\n\n## common packages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhindo%2Fgoref","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevhindo%2Fgoref","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhindo%2Fgoref/lists"}