{"id":18995949,"url":"https://github.com/vindecodex/golang","last_synced_at":"2025-08-02T20:34:44.589Z","repository":{"id":55625942,"uuid":"194772447","full_name":"vindecodex/golang","owner":"vindecodex","description":"Notes for Golang","archived":false,"fork":false,"pushed_at":"2020-12-17T07:53:47.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-02T19:17:25.019Z","etag":null,"topics":["go","golang"],"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/vindecodex.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":"2019-07-02T02:19:14.000Z","updated_at":"2022-05-23T04:45:23.000Z","dependencies_parsed_at":"2022-08-15T04:50:22.014Z","dependency_job_id":null,"html_url":"https://github.com/vindecodex/golang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vindecodex/golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2Fgolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2Fgolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2Fgolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2Fgolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vindecodex","download_url":"https://codeload.github.com/vindecodex/golang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2Fgolang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448362,"owners_count":24252019,"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-08-02T02:00:12.353Z","response_time":74,"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":["go","golang"],"created_at":"2024-11-08T17:33:29.239Z","updated_at":"2025-08-02T20:34:44.562Z","avatar_url":"https://github.com/vindecodex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Golang Notes\n\n#### Table of Contents\n\u003e[Variables and Declarations](https://github.com/vindecodex/golang/blob/master/variables_and_declarations/main.go)\n\n\u003e[Data Types](https://github.com/vindecodex/golang/blob/master/data_types/main.go)\n\n\u003e[Creating Types](https://github.com/vindecodex/golang/blob/master/creating_types/main.go)\n\n\u003e[Creating Package](https://github.com/vindecodex/golang/tree/master/creating_package)\n\n\u003e[Pointers](https://github.com/vindecodex/golang/blob/master/pointers/main.go)\n\n\u003e[Pass By Reference](https://github.com/vindecodex/golang/blob/master/passbyreference/main.go)\n\n\u003e[Encapsulation](https://github.com/vindecodex/golang/blob/master/encapsulation/main.go)\n\n\u003e[Return a Function](https://github.com/vindecodex/golang/blob/master/return_a_function/main.go)\n\n\u003e[Struct with Pointers](https://github.com/vindecodex/golang/blob/master/struct_with_pointers/main.go)\n\n\u003e[Attach Method in Struct](https://github.com/vindecodex/golang/blob/master/attach_methods_in_struct/main.go)\n\n\u003e[Functions Returns](https://github.com/vindecodex/golang/blob/master/functions_returns/main.go)\n\n\u003e[Arrays](https://github.com/vindecodex/golang/blob/master/array/main.go)\n\n\u003e[Maps](https://github.com/vindecodex/golang/blob/master/maps/main.go)\n\n\u003e[Maps01](https://github.com/vindecodex/golang/blob/master/maps01/main.go)\n\n\u003e[Interface](https://github.com/vindecodex/golang/blob/master/interface/main.go)\n\n\u003e[Pointers01](https://github.com/vindecodex/golang/blob/master/pointers01/main.go)\n\n\u003e[Recursion](https://github.com/vindecodex/golang/blob/master/recursion/main.go)\n\n\u003e[Variadic](https://github.com/vindecodex/golang/blob/master/variadic/main.go)\n\n\u003e[Error Handling](https://github.com/vindecodex/golang/blob/master/error_handling/main.go)\n\u003e\u003e[Panic With Recover](https://github.com/vindecodex/golang/blob/master/error_handling/error_handling_part1.go)\n\n\u003e[Concurrency Go Routines](https://github.com/vindecodex/golang/blob/master/concurrency_go_routines/main.go)\n\n\u003e[Type Conversion](https://github.com/vindecodex/golang/blob/master/type_conversion/main.go)\n\n\u003e[JSON](https://github.com/vindecodex/golang/blob/master/json/main.go)\n\n\u003e[Fetching URL](https://github.com/vindecodex/golang/blob/master/fetching_url/main.go)\n\n\u003e[Slice and Map of Functions](https://github.com/vindecodex/golang/blob/master/slice_and_map_of_functions/main.go)\n\n\u003e[Closure](https://github.com/vindecodex/golang/blob/master/closure/main.go)\n\n\u003e[Anonymous Function](https://github.com/vindecodex/golang/blob/master/anonymous_function/main.go)\n\n\u003e[Functions as Values and Types](https://github.com/vindecodex/golang/blob/master/functions_as_values_and_types/main.go)\n\n\u003e[Imports](https://github.com/vindecodex/golang/blob/master/imports/main.md)\n\n***\n\n#### TODO\n\n\u003e None\n\n***\n\n#### ISSUE\n\n\u003e None\n\n***\n\n#### NEWLY ADDED\n\n\u003e None\n\n***\n\n```\nIf You Have Something To Share To Improve these Please Create A PR, THANK YOU\n```\n***","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvindecodex%2Fgolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvindecodex%2Fgolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvindecodex%2Fgolang/lists"}