{"id":30802135,"url":"https://github.com/kasir-barati/golang","last_synced_at":"2025-09-05T21:47:20.794Z","repository":{"id":103683866,"uuid":"364809821","full_name":"kasir-barati/golang","owner":"kasir-barati","description":"A very simple application. I write it to calculate some data for me. I think it is a heavy process, therefore i use golang","archived":false,"fork":false,"pushed_at":"2025-04-16T10:31:48.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T02:51:37.067Z","etag":null,"topics":["go","golang","programming","programming-language","tutorial"],"latest_commit_sha":null,"homepage":"https://kasir-barati.github.io/golang/","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/kasir-barati.png","metadata":{"files":{"readme":".github/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,"zenodo":null}},"created_at":"2021-05-06T06:39:02.000Z","updated_at":"2025-04-16T10:31:53.000Z","dependencies_parsed_at":"2023-11-28T02:29:46.647Z","dependency_job_id":"dcc9a3b4-3195-42d7-83e7-b9cbf0985b3f","html_url":"https://github.com/kasir-barati/golang","commit_stats":null,"previous_names":["kasir-barati/my-golang-journey","kasir-barati/golang","nodejsdeveloperskh/golang-matchmaking-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kasir-barati/golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fgolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fgolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fgolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fgolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasir-barati","download_url":"https://codeload.github.com/kasir-barati/golang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fgolang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273827013,"owners_count":25175235,"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-09-05T02:00:09.113Z","response_time":402,"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","programming","programming-language","tutorial"],"created_at":"2025-09-05T21:47:17.654Z","updated_at":"2025-09-05T21:47:20.768Z","avatar_url":"https://github.com/kasir-barati.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Content\n\n1. [Intro](../docs/intro.md)\n\n# 2. What the heck is go.mod?\n\n- `go.mod` in Go:\n  - Serves as a module file to manage dependencies.\n  - Tracks the external modules your project depends on.\n  - Specifies the name of your module and the modules it relies on.\n- `package.json` in Node.js:\n  - Manages project dependencies for Node.js projects.\n  - Lists the packages/modules your project depends on.\n  - Specifies metadata about your project.\n- `requirements.txt` in Python:\n  - Lists the Python packages required for a project.\n  - Specifies the versions of the packages needed.\n\n# 3. Execute it\n\n```cmd\ngo run .\n```\n\n# Wanna use new module or 3rd party package?\n\nUse it and then just do a `go mod tidy` :grin:\n\n# [Should I commit my 'go.sum' file as well as my 'go.mod' file?](https://stackoverflow.com/q/53837919/8784518)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasir-barati%2Fgolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasir-barati%2Fgolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasir-barati%2Fgolang/lists"}